Method summary
- add_button(self, action, sizer, method = None, enabled = True, name = None)
- add_menubar(self)
- add_statusbar(self)
- add_to_menu(self, menu_item)
- add_to_toolbar(self, toolbar_item)
- add_toolbar(self)
- can_add_to_menu(self, action, action_event = None)
- can_add_to_toolbar(self, action)
- check_button(self, buttons, action)
- coerce_button(self, action)
- is_button(self, action, name)
- perform(self, action)
- set_icon(self, icon = None)
Methods
- add_statusbar(self)
Adds a status bar to the dialog.
- add_to_toolbar(self, toolbar_item)
Adds a toolbar item to the toolbar being constructed.
- add_toolbar(self)
Adds a toolbar to the dialog.
- can_add_to_toolbar(self, action)
Returns whether the toolbar action should be defined in the user interface.
- perform(self, action)
Performs the action described by a specified Action object.
- set_icon(self, icon = None)
Sets the frame's icon.