cytoflowgui.editors.toggle_button#

A button that can be toggled off and on.

class cytoflowgui.editors.toggle_button.ToggleButtonEditor(*args: Any, **kwargs: Any)[source]#

Bases: BasicEditorFactory

Editor factory for toggle buttons.

klass#

alias of _ToggleButton

value = <traits.trait_factory.TraitFactory object>#

Value to set when the button is clicked

label#

Optional label for the button

alias of Str

label_value#

The name of the external object trait that the button label is synced to

alias of Str