pyface.workbench.traits_ui_view module¶
A view whose content is provided by a traits UI.
- class pyface.workbench.traits_ui_view.TraitsUIView[source]¶
Bases:
View
A view whose content is provided by a traits UI.
- create_control(parent)[source]¶
Creates the toolkit-specific control that represents the editor.
‘parent’ is the toolkit-specific control that is the editor’s parent.
Overridden to call ‘create_ui’ to get the traits UI.