Classes
DockItem | A widget which can be docked in a DockArea. |
Bases: enaml.widgets.widget.Widget
A widget which can be docked in a DockArea.
A DockItem is a widget which can be docked inside of a DockArea. It can have at most a single Container child widget.
The title to use in the title bar.
Whether or the not the title is user editable.
Whether or not the title bar is visible.
The icon to use in the title bar.
The size to use for the icon in the title bar.
The stretch factor for the item when docked in a splitter.
Whether or not the dock item is closable via a close button.
An event emitted when the title bar is right clicked.
An event emitted when the dock item is closed. The item will be destroyed after this event has completed.
A reference to the ProxyDockItem object.
Get the dock widget defined for the dock pane.
The last child Container is considered the dock widget.
Set the alert level on the dock item.
This will override any currently applied alert level.
Parameters : | level : unicode
on : int
off : int
repeat : int
persist : bool
|
---|