Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- name
The part's name (displayed to the user).
name = ''
- obj
The object we want to use.
obj = Instance(HasTraits)
- view
The traits view to use to visualize item.
view = Any
Method summary
- create_control(self, parent)
Methods
- create_control(self, parent)
Creates the toolkit-specific control that represents the view.
'parent' is the toolkit-specific control that is the view's parent.