Inherits from
- MWorkbenchPart: enthought.pyface.workbench.i_workbench_part.MWorkbenchPart
- PerspectiveItem: enthought.pyface.workbench.perspective_item.PerspectiveItem
Attributes
- busy
Is the view busy? (i.e., should the busy cursor (often an hourglass) be displayed?).
busy = Bool(False)
- category
The category that the view belongs to (this can be used to group views when they are displayed to the user).
category = Str('General')
- image
An image used to represent the view to the user (shown in the view tab and in the view chooser etc).
image = Instance(ImageResource)
- visible
Whether the view is visible or not.
visible = Bool(False)
Inherited from base classes
Method summary
Inherited from base classes
- create_control(self, parent)
- destroy_control(self)
- set_focus(self)
Methods
- activate(self)
Activate the view.
- hide(self)
Hide the view.
- show(self)
Show the view.