pyface.tasks.enaml_dock_pane module

class pyface.tasks.enaml_dock_pane.EnamlDockPane[source]

Bases: DockPane

Create a Dock pane for Enaml Components.

component = Instance("enaml.widgets.toolkit_object.ToolkitObject")

The Enaml component defining the contents of the DockPane.

create_component()[source]

Return an Enaml component defining the contents of the DockPane.

Returns

component

Return type

ToolkitObject

create_contents(parent)[source]

Return the toolkit-specific control that represents the pane.

destroy()[source]

Destroy the toolkit-specific control that represents the pane.