Module eagle :: Class VSeparator
[hide private]
[frames] | no frames]

Class VSeparator
source code

object --+        
         |        
 _EGObject --+    
             |    
     _EGWidget --+
                 |
                VSeparator

Horizontal separator

Instance Methods [hide private]
  __init__(self, id=None, expand_policy=None)
You may not provide id, it will be generated automatically

Inherited from _EGWidget: __configure_orientation__, __get_widgets__, hide, set_active, set_inactive, show

Inherited from _EGObject: __repr__, __str__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Class Variables [hide private]

Inherited from _EGWidget: ORIENTATION_HORIZONTAL, ORIENTATION_VERTICAL, app

Inherited from _EGObject: id

Inherited from object: __class__


Method Details [hide private]

__init__(self, id=None, expand_policy=None)
(Constructor)

source code 
You may not provide id, it will be generated automatically
Overrides: _EGWidget.__init__