| Home | Trees | Index | Help |
|
|---|
|
|
object --+
|
_EGObject --+
|
_EGWidget --+
|
Group
Group of various components.
Group is a component that holds other components, always in a vertical layout.
Group has a frame and may show a label.
|
|||
| _get_app(self) | |||
| _set_app(self, value) | |||
|
__init__(self,
id,
label="",
children=None,
horizontal=False,
border=BORDER_ETCHED_IN,
expand_policy=None)
Group constructor. |
|||
| __setup_gui__(self) | |||
| __add_widgets_to_app__(self) | |||
| set_label(self, label) | |||
| get_label(self) | |||
| set_border(self, border) | |||
| get_border(self) | |||
|
Inherited from Inherited from Inherited from |
|||
|
|||
| children | |||
| horizontal | |||
| BORDER_NONE | |||
| BORDER_IN | |||
| BORDER_OUT | |||
| BORDER_ETCHED_IN | |||
| BORDER_ETCHED_OUT | |||
| app | |||
| label | |||
| border | |||
|
Inherited from Inherited from |
|||
|
|||
|
|
|
|
|
|
|
|
|
|
|||
children
|
horizontal
|
BORDER_NONE
|
BORDER_IN
|
BORDER_OUT
|
BORDER_ETCHED_IN
|
BORDER_ETCHED_OUT
|
app
|
label
|
border
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Fri Jul 28 16:22:27 2006 | http://epydoc.sf.net |