Inherits from
- MenuManager: enthought.pyface.action.menu_manager.MenuManager
Attributes
- groups
All of the groups in the manager.
groups = List(Group)
- id
The manager's unique identifier.
id = 'PerspectivesMenu'
- name
The menu manager's name.
name = 'Perspectives'
- window
The workbench window that the manager is part of.
window = Instance('enthought.pyface.workbench.api.WorkbenchWindow')
Method summary
- rebuild(self)
Methods
- rebuild(self)
Rebuild the menu.
This is called when user perspectives have been added or removed.