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 (if it has one).
id = Str('View')
- name
The menu manager's name (if the manager is a sub-menu, this is what its label will be).
name = Unicode('&View')
- window
The workbench window that the menu is part of.
window = Instance('enthought.pyface.workbench.api.WorkbenchWindow')
Method summary
- refresh(self)
Methods
- refresh(self)
Refreshes the checked state of the actions in the menu.