Inherits from
- Group: enthought.pyface.action.group.Group
API Reference for Enthought Tool Suite 3.2.0
A convenience class.
This is only used in 'cheap and cheerful' applications that create menus like:
file_menu = MenuManager(
CopyAction(),
Separator(),
ExitAction()
)
Hopefully, 'Separator' is more readable than 'Group'...
© Copyright 2002-2009 Enthought, Inc.