Inherits from
- ActionManager: enthought.pyface.action.action_manager.ActionManager
Attributes
- image_size
The size of tool images (width, height).
image_size = Tuple((16, 16))
- show_tool_names
Should we display the name of each tool bar tool under its image?
show_tool_names = Bool(True)
Inherited from base classes
Method summary
- __init__(self, *args, **traits)
- create_tool_palette(self, parent, controller = None)
Inherited from base classes
- 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
- __init__(self, *args, **traits)
Creates a new tool bar manager.
- create_tool_palette(self, parent, controller = None)
Creates a tool bar.