Inherits from
- MView: enthought.pyface.workbench.i_view.MView
Attributes
- closeable
Trait to indicate if the dock window containing the view should be closeable. See FIXME comment in the _wx_create_view_dock_control method in workbench_window_layout.py.
closeable = Bool(False)
Inherited from base classes
Method summary
- create_control(self, parent)
- destroy_control(self)
- set_focus(self)
Methods
- create_control(self, parent)
Create the toolkit-specific control that represents the part.
- destroy_control(self)
Destroy the toolkit-specific control that represents the part.
- set_focus(self)
Set the focus to the appropriate control in the part.