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;

Members

Classes

DockHost
class DockHost

Layout for docking support - contains body widget and optional docked windows

DockWindow
class DockWindow

docked window

Enums

DockAlignment
enum DockAlignment

dock alignment types

Structs

DockSpace
struct DockSpace
Undocumented in source.

Meta

License

Boost License 1.0

Authors

Vadim Lopatin, coolreader.org@gmail.com