Inherits from
- HasTraits: enthought.traits.has_traits.HasTraits
Attributes
- name
The name of the new user perspective.
name = NotEmptyString
- new_help
Help notes when creating a new view.
new_help = Constant("""Note: - The new perspective will initially be empty. - Add new views to the perspective by selecting them from the 'View' menu. - Drag the notebook tabs and splitter bars to arrange the views within the perspective.""")
- new_view
new_view = View(VGroup(VGroup('name', 'show_editor_area'), VGroup('_', Item('new_help', style = 'readonly'), show_labels = False)), title = 'New User Perspective', id = 'enthought.envisage.workbench.action.new_user_perspective_action.UserPerspectiveName', buttons = [ 'OK', 'Cancel' ], kind = 'livemodal', width = 300)
- rename_view
rename_view = View('name', title = 'Rename User Perspective', id = 'enthought.envisage.workbench.action.rename_user_perspective_action.UserPerspectiveName', buttons = [ 'OK', 'Cancel' ], kind = 'livemodal', width = 300)
- save_as_view
save_as_view = View('name', title = 'Save User Perspective As', id = 'enthought.envisage.workbench.action.save_as_user_perspective_action.UserPerspectiveName', buttons = [ 'OK', 'Cancel' ], kind = 'livemodal', width = 300)
- show_editor_area
Should the editor area be shown in this perpsective?
show_editor_area = Bool(True)