API Reference for Enthought Tool Suite 2.7.1
A plugin that offers a UI for user preferences.
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.envisage.workbench.preference'
IMAGE_PATH = find_definition(ID)
preference_action_set = WorkbenchActionSet(groups = [ Group(id = 'ToolsMenuGroup', location = Location(path = 'MenuBar', before = 'ViewMenuGroup')) ], menus = [ Menu(id = 'ToolsMenu', name = '&Tools', groups = [ Group(id = 'StartGroup'), Group(id = 'EndGroup') ], location = Location(path = 'MenuBar/ToolsMenuGroup')) ], actions = [ Action(id = (ID + '.action.EditPreferencesAction'), class_name = (ID + '.action.EditPreferencesAction'), name = '&Preferences', image = 'preferences', image_path = [ IMAGE_PATH ], description = 'Edit user preferences', tooltip = 'Edit user preferences', locations = [ Location(path = 'MenuBar/ToolsMenu/EndGroup') ]) ])
preference_pages = PreferencePages(pages = [ Page(id = (ID + '.ui_preference_page.UIPreferencePage'), class_name = (ID + '.ui_preference_page.UIPreferencePage'), name = 'Workbench', category = '') ])
Copyright © 2002-2008 Enthought, Inc.