Home | Trees | Index | Help |
|
---|
|
object --+ | _EGObject --+ | _EGWidget --+ | _EGDataWidget --+ | _EGWidLabelEntry
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__().
|
|||
__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 Inherited from |
|
|||
Inherited from Inherited from |
|
|||
label | |||
|
|
|
|
|
|
|
|
label
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Thu Apr 27 16:28:40 2006 | http://epydoc.sf.net |