A leaf of a UIDockHost: a tabbed group of UIDockPanels, one visible at a time. Clicking a
tab activates its panel; dragging a tab hands off to the host to re-dock (split, tab into
another group, or move). The host sizes and positions the group; do not use it standalone.
Constructor
Variables
Methods
addPanel(panel:UIDockPanel, activate:Bool = true):Void
Adds a panel to the group.
Parameters:
panel | the panel to host |
|---|---|
activate |
|
removePanel(panel:UIDockPanel):Void
Removes a panel (does not dispose it — the host may re-dock it).
Parameters:
panel | the panel to remove |
|---|