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:
BasicEditorFactory- klass#
alias of
_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_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.qttype is aQtGui.QStyle.StandardPixmapalias of
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
Str
- view#
Name of the view to use for each page