Module dlangui.widgets.docks
This module implements 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 dlangui .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 |
Authors
Vadim Lopatin, coolreader.org@gmail.com
Copyright
Vadim Lopatin, 2015
License
Boost License 1.0