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)
Method summary
- __init__(self, *args, **traits)
- create_tool_palette(self, parent, controller = None)
Methods
- __init__(self, *args, **traits)
Creates a new tool bar manager.
- create_tool_palette(self, parent, controller = None)
Creates a tool bar.