| Home | Trees | Index | Help |
|
|---|
|
|
object --+
|
_EGObject --+
|
_EGWidget
Warning: never use it directly in Eagle applications!
|
|||
| __init__(self, id, app=None, expand_policy=None) | |||
|
__get_widgets__(self)
Return a list of internal widgets this Eagle widget contains. |
|||
| __configure_orientation__(self, setting) | |||
|
set_active(self,
active=True)
Set the widget as active. |
|||
|
set_inactive(self)
Same as set_active( False ) |
|||
|
show(self)
Make widget visible. |
|||
|
hide(self)
Make widget invisible. |
|||
|
Inherited from Inherited from |
|||
|
|||
| app | |||
| ORIENTATION_VERTICAL | |||
| ORIENTATION_HORIZONTAL | |||
|
Inherited from |
|||
|
|||
|
|
|
Set the widget as active. An active widget have their actions enabled, while an inactive (active=False) will be grayed and actions disabled. |
|
|
|
|
|||
app
|
ORIENTATION_VERTICAL
|
ORIENTATION_HORIZONTAL
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Fri Jul 28 16:22:28 2006 | http://epydoc.sf.net |