Home | Trees | Index | Help |
|
---|
|
object --+ | _EGObject --+ | _EGWidget --+ | _EGDataWidget --+ | _EGWidLabelEntry --+ | Entry
Text entry.
The simplest user input component. Its contents are free-form and not filtered/masked.
|
|||
__init__(self,
id,
label="",
value="",
callback=None,
persistent=False,
multiline=False)
Entry constructor. |
|||
__setup_gui__(self) | |||
__setup_connections__(self) | |||
get_value(self) | |||
set_value(self, value) | |||
__get_resize_mode__(self)
Resize mode. |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
value | |||
callback | |||
multiline | |||
Inherited from |
|
|
|
|
|
|
Resize mode. First tuple of tuple is about horizontal mode for label and entry. Second tuple of tuple is about vertical mode for label and entry.
|
|
value
|
callback
|
multiline
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Thu Apr 27 16:28:39 2006 | http://epydoc.sf.net |