cytoflowgui.editors.ext_enum_editor

A traitsui.editors.enum_editor.EnumEditor that allows _names to be extended with extra_items in the factory.

class cytoflowgui.editors.ext_enum_editor.ExtendableEnumEditor(*args: Any, **kwargs: Any)[source]

Bases: traitsui.editors.enum_editor.EnumEditor

extra_items

The extra items for the enum, beyond what’s in names

alias of traits.trait_types.Dict