pyface.tasks.action.dock_pane_toggle_group module

A Group for toggling the visibility of a task’s dock panes.

class pyface.tasks.action.dock_pane_toggle_group.DockPaneToggleAction[source]

Bases: Action

An Action for toggling the visibility of a dock pane.

destroy()[source]

Called when the action is no longer required.

By default this method does nothing, but this would be a great place to unhook trait listeners etc.

perform(event=None)[source]

Performs the action.

Parameters

event (ActionEvent) – The event which triggered the action.

class pyface.tasks.action.dock_pane_toggle_group.DockPaneToggleGroup(*items, **traits)[source]

Bases: Group

A Group for toggling the visibility of a task’s dock panes.

get_manager()[source]