Classes
DockEvent | A sentinel base class for events which occur in a dock area. |
DockItemEvent | A DockEvent for events which involve a single dock item. |
Bases: atom.atom.Atom
A sentinel base class for events which occur in a dock area.
Bases: enaml.widgets.dock_events.DockEvent
A DockEvent for events which involve a single dock item.
Bases: atom.intenum.IntEnum
An IntEnum which defines the dock item event types.
The dock item was docked in a dock area.
The dock item was undocked from a dock area.
The dock item was extended from a dock bar.
The dock item was retracted into a dock bar.
The dock item was shown on the screen.
The dock item was hidden from the screen.
The dock item was closed.
The dock item became the selected tab in a tab group.
The type of the dock item event.
The name of the relevant dock item.