Inherits from
- HelpSubmenuManager: enthought.help.help_plugin.help_submenu_manager.HelpSubmenuManager
Attributes
- help_example_list
The HelpCode for which this manager displays menu items.
help_example_list = List(IHelpCode, allow_none = True)
- id
The manager's unique identifier (if it has one).
id = 'Examples'
- name
The menu manager's name (if the manager is a sub-menu, this is what its label will be).
name = u'&Examples'
- preferences
Preferences for examples
preferences = Instance(ExamplesPreferences, ())