Module dcanvas.widgets.docks
Dockable windows UI support.
DockHost is main layout for docking support - contains body widget and optional docked windows.
DockWindow is window to use with DockHost - can be docked on top, left, right or bottom side of DockHost.
Synopsis
import dcanvas .widgets .docks;
Classes
| Name | Description |
|---|---|
DockHost
|
Layout for docking support - contains body widget and optional docked windows |
DockWindow
|
docked window |
Structs
| Name | Description |
|---|---|
DockSpace
|
Enums
| Name | Description |
|---|---|
DockAlignment
|
dock alignment types |