| Home | Trees | Index | Help |
|
|---|
| Module eagle :: Class Button |
|
object--+ |_EGObject--+ |_EGWidget--+ | Button
AboutButton,
CloseButton,
HelpButton,
OpenFileButton,
PreferencesButton,
QuitButton,
SaveFileButton,
SelectFolderButton| Method Summary | |
|---|---|
Push button constructor. | |
__setup_connections__(self)
| |
__setup_gui__(self)
| |
| 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 | |
|---|---|
callback | |
stock | |
| Class Variable Summary | |
|---|---|
tuple |
stock_items = ('about', 'help', 'quit', 'add', 'remove',...
|
| Method Details |
|---|
__init__(self,
id,
label='',
stock=None,
callback=None)
Push button constructor.
|
| Class Variable Details |
|---|
stock_items
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 27 16:28:55 2006 | http://epydoc.sf.net |