cytoflowgui.help_pane#
Defines the dock pane to show a help page for the currently-selected operation or view.
- class cytoflowgui.help_pane.HelpDockPane(*args, **kwargs)[source]#
Bases:
TraitsDockPaneA
pyface.tasks.i_dock_pane.IDockPaneto view help for the currentIWorkflowOperationorIWorkflowView.- id = 'cytoflowgui.help_pane'#
This pane’s GUID
- name = 'Help'#
This pane’s name
- task = <traits.trait_types.Instance object>#
The Task that serves as the controller
- view_plugins = <traits.trait_types.List object>#
The list of
IViewPluginto search for help pages
- op_plugins = <traits.trait_types.List object>#
The list of
IOperationPluginto search for help pages
- html = <traits.trait_types.HTML object>#
The HTML trait containing the current help page
- traits_view = ( Group( Item( 'html' object = 'pane', style = 'simple', show_label = False ), object = 'object', style = 'simple' ) )#