Home | Trees | Index | Help |
|
---|
Package aldrin :: Module interface :: Class IMainFrame |
|
object
--+ |Interface
--+ | IMainFrame
AldrinFrame
Method Summary | |
---|---|
Adds a handler for when a tool is being clicked by the user. | |
int |
Adds a new menuitem to the tools menu and returns the identifier. |
int |
Adds a new submenu to the tools menu and returns the identifier. |
int |
Adds a new tool to the toolbar and returns the identifier. |
wx.Window |
Returns the window object associated with the mainframe. |
Inherited from Interface | |
Compares implemented methods and warns on discrepancies in argument count, argument names or default values. | |
Returns a protected proxy object that only exports methods defined in interfaces. | |
Returns all supported interfaces. | |
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.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
add_click_handler(self, toolid, func)Adds a handler for when a tool is being clicked by the user.
|
add_menuitem(self, label, description='', kind=0)Adds a new menuitem to the tools menu and returns the identifier.
|
add_submenu(self, label, submenu, description='')Adds a new submenu to the tools menu and returns the identifier.
|
add_tool_button(self, label, bitmap1, bitmap2=wxPython wrapper for UNBORN object! (The C++ object is no..., kind=0, tooltip='', description='')Adds a new tool to the toolbar and returns the identifier.
|
get_window(self)Returns the window object associated with the mainframe.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:15 2007 | http://epydoc.sf.net |