pyface.tasks.i_task_pane module¶
- class pyface.tasks.i_task_pane.ITaskPane(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
Interface
The base interface for all panes (central and dock) in a Task.
- id = Str()¶
The pane’s identifier, unique within a Task.
- name = Str()¶
The pane’s user-visible name.
- control = Any()¶
The toolkit-specific control that represents the pane.
- has_focus = Bool()¶
Does the pane currently have focus?
- task = Instance(Task)¶
The task with which the pane is associated. Set by the framework.