| Home | Trees | Index | Help |
|
|---|
| Module eagle :: Class Page |
|
object --+
|
_AutoGenId --+
|
object --+ |
| |
_EGObject --+ |
| |
_EGWidget --+
|
Page
Page in Tabs component.
Pages must have a name and optionally an id, otherwise one id will be automatically generated.
It behaves just likeGroup component.
| Method Summary | |
|---|---|
Tabs.Page constructor. | |
__add_widgets_to_app__(self)
| |
__setup_gui__(self)
| |
_get_app(self)
| |
_set_app(self,
value)
| |
Give keyboard focus to this widget. | |
get_label(self)
| |
set_active(self,
value)
| |
set_label(self,
label)
| |
| Inherited from _EGWidget | |
| |
Return a list of internal widgets this Eagle widget contains. | |
| |
| |
Same as set_active( False ) | |
Set the widget as active. | |
Return True if it's active (enabled) or False inactive (disabled). | |
Return true if widget is visible (shown). | |
Make widget invisible. | |
Return True if it's active (enabled) or False inactive (disabled). | |
Return True if it's active (enabled) or False inactive (disabled). | |
Return true if widget is visible (shown). | |
Same as set_active( False ) | |
Show or hide widget based on value of 'visible'. | |
Make widget visible. | |
| Inherited from _EGObject | |
| |
| |
| Inherited from _AutoGenId | |
(Class method) | |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Property Summary | |
|---|---|
active | |
app | |
children | |
horizontal | |
label | |
parent | |
| Inherited from _EGWidget | |
_widgets | |
visible | |
| Inherited from _EGObject | |
id | |
| Class Variable Summary | |
|---|---|
int |
spacing = 3 |
| Inherited from _EGWidget | |
int |
ORIENTATION_HORIZONTAL = 1 |
int |
ORIENTATION_VERTICAL = 0 |
| Inherited from _AutoGenId | |
int |
last_id_num = 0 |
| Instance Method Details |
|---|
__init__(self,
id=None,
label='',
children=None,
horizontal=False,
active=True,
visible=True)
Tabs.Page constructor.
|
focus(self)Give keyboard focus to this widget.
|
| Property Details |
|---|
active
|
app |
children
|
horizontal
|
label |
parent
|
| Class Variable Details |
|---|
spacing
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sun Apr 22 21:30:28 2007 | http://epydoc.sf.net |