| Home | Trees | Index | Help |
|
|---|
|
|
object --+
|
_EGObject --+
|
_EGWidget
Warning: never use it directly in Eagle applications!
|
|||
|
__init__(self,
id,
app=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|||
|
__get_resize_mode__(self)
Return a tuple with ( horizontal, vertical ) resize mode |
|||
|
__get_widgets__(self)
Return a list of internal widgets this Eagle widget contains. |
|||
|
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 |
|||
|
|||
|
Inherited from |
|||
|
|||
| app | |||
|
|||
|
|
|
Set the widget as active. An active widget have their actions enabled, while an inactive (active=False) will be grayed and actions disabled. |
|
|
|
|
|||
app
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Thu Apr 27 16:28:40 2006 | http://epydoc.sf.net |