Subpackages
Submodules
- animated_gif_editor - Defines an editor for playing animated GIF files.
- animated_gif_editor_26 - Defines an editor for playing animated GIF files.
- animated_gif_editor_28 - Defines an editor for playing animated GIF files.
- array_editor - Defines array editors for the WX user interface toolkit.
- array_view_editor
- basic_editor_factory
- boolean_editor - Defines the various Boolean editors for the wxPython user interface toolkit.
- button_editor - Defines the various button editors for the wxPython user interface toolkit.
- check_list_editor - Defines the various editors for multi-selection enumerations, for the wxPython user interface toolkit.
- code_editor - Defines a source code editor for the wxPython user interface toolkit, useful for tools such as debuggers.
- color_column - Table column object for Color traits.
- color_editor - Defines the various color editors and the color editor factory for the wxPython user interface toolkit.
- color_trait - Trait definition for a wxPython-based color.
- compound_editor - Defines the compound editor and the compound editor factory for the wxPython user interface toolkit.
- constants - Defines constants used by the wxPython implementation of the various text editors and text editor factories.
- custom_editor - Defines the wxPython implementation of the editor used to wrap a non-Traits based custom control.
- date_editor - A Traits UI editor that wraps a WX calendar panel
- directory_editor - Defines various directory editors for the wxPython user interface toolkit.
- dnd_editor - Defines the various editors for a drag-and-drop editor, for the wxPython user interface toolkit
- drop_editor - Defines a drop target editor for the wxPython user interface toolkit
- editor - Defines the base class for wxPython editors.
- editor_factory - Defines the base wxPython EditorFactory class and classes the various styles of editors used in a Traits-based user interface.
- editors_gen - Generates a file containing definitions for all of the editors defined in the WX backend.
- enum_editor - Defines the various editors for single-selection enumerations, for the wxPython user interface toolkit.
- file_editor - Defines file editors for the wxPython user interface toolkit.
- font_editor - Defines the various font editors and the font editor factory, for the wxPython user interface toolkit..
- font_trait - Trait definition for a wxPython-based font.
- helper - Defines helper functions and classes used to define wxPython-based trait editors and trait editor factories.
- history_control - Defines the a text entry field (actually a combo-box) with a drop-down list of values previously entered into the control.
- history_editor - Defines a text editor which displays a text field and maintains a history of previously entered values.
- html_editor - Defines the HTML "editor" for the wxPython user interface toolkit
- image_control - Defines a wxPython ImageControl widget that is used by various trait editors to display trait values iconically.
- image_editor - Traits UI 'display only' image editor.
- image_enum_editor - Defines the various image enumeration editors for the wxPython user interface toolkit.
- image_panel - Defines a themed panel that wraps itself around a single child widget.
- image_slice - Class to aid in automatically computing the 'slice' points for a specified ImageResource and then drawing it that it can be 'stretched' to fit a larger region than the original image.
- image_text - Defines a themed read-only text string.
- instance_editor - Defines the various instance editors for the wxPython user interface toolkit.
- key_binding_editor - Defines the key binding editor for use with the KeyBinding class
- key_event_to_name - Converts a wx.KeyEvent to a standardized "name".
- list_editor - Defines the various list editors for the wxPython user interface toolkit.
- list_str_editor - Traits UI editor for editing lists of strings.
- null_editor - Defines a completely empty editor, intended to be used as a spacer.
- popup_editor
- range_editor - Defines the various range editors for the wxPython user interface toolkit.
- rgb_color_editor - Defines a subclass of the base wxPython color editor factory, for colors that are represented as tuples of the form ( red, green, blue ), where red, green and blue are floats in the range from 0.0 to 1.0.
- rgb_color_trait - Trait definition for an RGB-based color, which is a tuple of the form (red, green, blue), where red, green and blue are floats in the range from 0.0 to 1.0.
- scrubber_editor - Traits UI simple, scrubber-based integer or float value editor.
- set_editor - Defines the set editors for the wxPython user interface toolkit.
- shell_editor - Editor that displays an interactive Python shell.
- table_editor - Defines the table editor for the wxPython user interface toolkit.
- table_model - Defines the table grid model used by the table editor based on the PyFace grid control.
- tabular_editor - A traits UI editor for editing tabular data (arrays, list of tuples, lists of objects, etc).
- text_editor - Defines the various text editors for the wxPython user interface toolkit.
- themed_button_editor - Traits UI themed button editor.
- themed_cell_renderer - Defines the ThemedCellRenderer class used to render theme-based cells for the TableEditor.
- themed_checkbox_editor - Traits UI themed checkbox editor.
- themed_control - Defines 'ThemedControl, a themed control based class
- themed_slider_editor - Traits UI simple, themed slider-based integer or float value editor.
- themed_text_editor - Traits UI simple, read-only single line text editor with a themed (i.e
- themed_vertical_notebook - Defines a ThemedVerticalNotebook class for displaying a series of pages organized vertically, as opposed to horizontally like a standard notebook.
- themed_vertical_notebook_editor - Traits UI vertical notebook editor for editing lists of objects with traits.
- themed_window - Defines a ThemedWindow base class for creating themed windows.
- time_editor - A Traits UI editor that wraps a WX timer control
- title_editor - Define an editor that displays a string value as a title.
- toolkit - Defines the concrete implementations of the traits Toolkit interface for the wxPython user interface toolkit.
- tree_editor - Defines the tree editor for the wxPython user interface toolkit.
- tuple_editor - Defines the tuple editor for the wxPython user interface toolkit.
- ui_base - Defines the base class for the wxPython-based Traits UI modal and non-modal dialogs.
- ui_editor - Defines the BasicUIEditor class, which allows creating editors that define their function by creating an embedded Traits UI.
- ui_live - Creates a wxPython user interface for a specified UI object, where the UI is "live", meaning that it immediately updates its underlying object(s).
- ui_modal - Creates a wxPython user interface for a specified UI object.
- ui_panel - Creates a panel-based wxPython user interface for a specified UI object.
- ui_window - A base class for creating custom Traits UI windows.
- ui_wizard - Creates a wizard-based wxPython user interface for a specified UI object
- value_editor - Defines the tree-based Python value editor and the value editor factory, for the wxPython user interface toolkit.
- view_application - Creates a wxPython specific modal dialog user interface that runs as a complete application, using information from the specified UI object.
Variables
- toolkit
Reference to the GUIToolkit object for wxPython
toolkit = toolkit.GUIToolkit()
Imported Names
| Local name | Refers to |
|---|---|
| toolkit | enthought.traits.ui.wx.toolkit |