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;
Layout for docking support - contains body widget and optional docked windows
docked window
dock alignment types
See Source File
Boost License 1.0
Vadim Lopatin, 2015
Vadim Lopatin, coolreader.org@gmail.com
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: