Home | Trees | Index | Help |
|
---|
Module eagle :: Class AboutButton |
|
object
--+ |_EGObject
--+ |_EGWidget
--+ |Button
--+ |object
--+ | | |AutoGenId
--+ | AboutButton
AboutDialog
of App
.
Method Summary | |
---|---|
You may not provide id, it will be generated automatically | |
Inherited from Button | |
| |
| |
Inherited from _EGWidget | |
Return a tuple with ( horizontal, vertical ) resize mode | |
Return a list of internal widgets this Eagle widget contains. | |
Make widget invisible. | |
Set the widget as active. | |
Same as set_active ( False ) | |
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 | |
---|---|
Inherited from Button | |
callback | |
stock | |
Inherited from _EGWidget | |
app | |
Inherited from _EGObject | |
id |
Class Variable Summary | |
---|---|
Inherited from Button | |
tuple |
stock_items = ('about', 'help', 'quit', 'add', 'remove',...
|
dict |
_gtk_stock_map = {'help': 'gtk-help', 'color': 'gtk-sele...
|
Inherited from AutoGenId | |
int |
last_id_num = 0 |
Instance Method Details |
---|
__init__(self,
id=None)
You may not provide id, it will be generated automatically
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 25 16:27:53 2005 | http://epydoc.sf.net |