cytoflowgui.editors.vertical_notebook_editor

A cytoflow-specific re-implementation of the traitsui.editors.list_editor.ListEditor in notebook mode, but vertically instead of horizontally

class cytoflowgui.editors.vertical_notebook_editor.VerticalNotebookEditor(*args: Any, **kwargs: Any)[source]

Bases: traitsui.basic_editor_factory.BasicEditorFactory

klass

alias of cytoflowgui.editors.vertical_notebook_editor._VerticalNotebookEditor

multiple_open = <traits.trait_types.Bool object>

Allow multiple open pages at once?

delete = <traits.trait_types.Bool object>

Include a “delete” button?

page_name

List member trait to read the notebook page name from

alias of traits.trait_types.Str

page_description

List member trait to read the notebook page name from

alias of traits.trait_types.Str

page_icon

List member trait to read the notebook page icon from If None, then use right-arrow for “closed” and down-arrow for “open” The type of this trait is toolkit-specific; for example, the pyface.qt type is a QtGui.QStyle.StandardPixmap

alias of traits.trait_types.Str

page_deletable

List member trait to specify whether the page is deletable If the “delete” trait, above, is True, then this list member trait will enable or disable the “delete” button

alias of traits.trait_types.Str

view

Name of the view to use for each page

handler_factory

A factory to produce a handler from an object

alias of traits.trait_types.Callable

selected

Name of the trait to synchronize notebook page selection with

alias of traits.trait_types.Str