Inherits from
- ActionManager: enthought.pyface.action.action_manager.ActionManager
Attributes
- image_size
The size of tool images (width, height).
image_size = Tuple((16, 16))
- orientation
The orientation of the toolbar.
orientation = Enum('horizontal', 'vertical')
- show_divider
Should we display the horizontal divider?
show_divider = Bool(True)
- 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_bar(self, parent, controller = None)
Methods
- __init__(self, *args, **traits)
Creates a new tool bar manager.
- create_tool_bar(self, parent, controller = None)
Creates a tool bar.