Home | Trees | Index | Help |
|
---|
|
object --+ | _EGObject --+ | _EGWidget --+ | _EGDataWidget --+ | CheckBox
Check box.
Check box is an component that have only two values: True (checked) or False (unchecked).
|
|||
__init__(self,
id,
label="",
state=False,
callback=None,
persistent=False,
expand_policy=None)
Check box constructor. |
|||
__setup_gui__(self) | |||
__setup_connections__(self) | |||
get_value(self)
Get data from this widget. |
|||
set_value(self,
value)
Set data to this widget. |
|||
set_label(self, label) | |||
get_label(self) | |||
Inherited from Inherited from Inherited from |
|
|||
state | |||
label | |||
Inherited from Inherited from Inherited from |
|
|
|
|
|
|
|
|
|
state
|
label
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Fri Jul 28 16:22:27 2006 | http://epydoc.sf.net |