Classes
DockPane | A widget which can be docked in a MainWindow. |
Bases: enaml.widgets.widget.Widget
A widget which can be docked in a MainWindow.
A DockPane is a widget which can be docked in designated dock areas in a MainWindow. It can have at most a single child widget which is an instance of Container.
The title to use in the title bar.
Whether or not the title bar is visible.
The orientation of the title bar.
Whether or not the dock pane is closable via a close button.
Whether or not the dock pane is movable by the user.
Whether or not the dock can be floated as a separate window.
A boolean indicating whether or not the dock pane is floating.
The dock area in the MainWindow where the pane is docked.
The dock areas in the MainWindow where the pane can be docked by the user. Note that this does not preclude the pane from being docked programmatically via the ‘dock_area’ attribute.
An event fired when the user closes the pane by clicking on the dock pane’s close button.
A reference to the ProxyDockPane object.