traitsui.editors.range_editor module

Defines the range editor factory for all traits user interface toolkits.

traitsui.editors.range_editor.RangeEditor

alias of ToolkitEditorFactory

class traitsui.editors.range_editor.ToolkitEditorFactory(*args, **traits)

Bases: traitsui.editor_factory.EditorFactory

Editor factory for range editors.

custom_editor(ui, object, name, description, parent)

Generates an editor using the “custom” style. Overridden to set the values of the _low_value, _high_value and is_float traits.

init(handler=None)

Performs any initialization needed after all constructor traits have been set.

simple_editor(ui, object, name, description, parent)

Generates an editor using the “simple” style. Overridden to set the values of the _low_value, _high_value and is_float traits.

Previous topic

traitsui.editors.progress_editor module

Next topic

traitsui.editors.rgb_color_editor module

This Page