pyface.workbench.traits_ui_editor module¶
An editor whose content is provided by a traits UI.
- class pyface.workbench.traits_ui_editor.TraitsUIEditor[source]¶
Bases:
Editor
An editor 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.