Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- bindings
The bindings in the namespace.
bindings = Property
- name
The view's name.
name = 'Namespace'
- position
The default position of the view relative to the item specified in the 'relative_to' trait.
position = 'left'
- traits_view
The default traits UI view.
traits_view = TraitsView(VGroup(Item('bindings', id = 'table', editor = table_editor, springy = True, resizable = True), show_border = True, show_labels = False), resizable = True)
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.