Home | Trees | Index | Help |
|
---|
Module eagle :: Class OpenFileButton |
|
object
--+ |_EGObject
--+ |_EGWidget
--+ |Button
--+ |object
--+ | | |AutoGenId
--+ | OpenFileButton
Method Summary | |
---|---|
Constructor. | |
Inherited from Button | |
| |
| |
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 |
Class Variable Summary | |
---|---|
Inherited from Button | |
tuple |
stock_items = ('about', 'help', 'quit', 'add', 'remove',...
|
Instance Method Details |
---|
__init__(self,
id=None,
filter=None,
multiple=False,
callback=None)
Constructor.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Apr 27 16:28:55 2006 | http://epydoc.sf.net |