| 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)
Check box constructor. |
|||
| __setup_gui__(self) | |||
| __setup_connections__(self) | |||
|
__get_resize_mode__(self)
Return a tuple with ( horizontal, vertical ) resize mode |
|||
|
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 |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
| state | |||
| label | |||
|
|||
|
|
|
|
|
|
|
|
|
|||
state
|
label
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Thu May 25 16:23:31 2006 | http://epydoc.sf.net |