Inherits from
- ActionManager: enthought.pyface.action.action_manager.ActionManager
- ActionManagerItem: enthought.pyface.action.action_manager_item.ActionManagerItem
Attributes
- name
The menu manager's name (if the manager is a sub-menu, this is what its label will be).
name = Unicode
Inherited from base classes
Method summary
- add_to_menu(self, parent, menu, controller)
- add_to_toolbar(self, parent, tool_bar, image_cache, controller)
- create_menu(self, parent, controller = None)
Inherited from base classes
- __init__(self, *args, **traits)
- append(self, item)
- destroy(self)
- dump(self, indent = '')
- find_group(self, id)
- find_item(self, path)
- insert(self, index, item)
- render_group(self, group, indent = '')
- render_item(self, item, indent = '')
- walk(self, fn)
- walk_group(self, group, fn)
- walk_item(self, item, fn)
Methods
- add_to_toolbar(self, parent, tool_bar, image_cache, controller)
Adds the item to a tool bar.