cytoflowgui.editors.value_bounds_editor

A traitsui.editors.range_editor.RangeEditor that allows the user to select a range of values from a list (specified in values, naturally).

Uses RangeSlider for the widget.

class cytoflowgui.editors.value_bounds_editor.ValuesBoundsEditor(*args: Any, **kwargs: Any)[source]

Bases: traitsui.editor_factory., traitsui.editors.api.

A traitsui.editors.range_editor.RangeEditor that uses a list of values instead of low & high range.