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

Class _EGWidLabelEntry
source code

object --+            
         |            
 _EGObject --+        
             |        
     _EGWidget --+    
                 |    
     _EGDataWidget --+
                     |
                    _EGWidLabelEntry
Known Subclasses:
Color, Entry, Font, Spin, Progress, Selection

Widget that holds a label and an associated Entry.


Note: _EGWidLabelEntry must NOT be used directly! You should use a widget that specialize this instead.

Attention: Widget Developers: You must setup an instance attribute _entry before using it, since this will be set as mnemonic for this label and also returned in __get_widgets__().

Instance Methods [hide private]
  __init__(self, id, persistent, label="")
  __setup_gui__(self)
  get_value(self)
Get data from this widget.
  set_value(self, value)
Set data to this widget.
  __str__(self)
  __repr__(self)

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

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


Class Variables [hide private]

Inherited from _EGDataWidget: persistent

Inherited from object: __class__


Properties [hide private]
label  

Inherited from _EGWidget: app

Inherited from _EGObject: id


Method Details [hide private]

__init__(self, id, persistent, label="")
(Constructor)

source code 
Overrides: _EGDataWidget.__init__

__setup_gui__(self)

source code 

get_value(self)

source code 
Get data from this widget.
Overrides: _EGDataWidget.get_value
(inherited documentation)

set_value(self, value)

source code 
Set data to this widget.
Overrides: _EGDataWidget.set_value
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: _EGObject.__str__

__repr__(self)
(Representation operator)

source code 
Overrides: _EGObject.__str__

Property Details [hide private]

label

Get Method:
unreachable.get(self)
Set Method:
unreachable.set(self, value)
Delete Method:
None