public class DockLayout extends Layout:
Dock layout.
Widgets consume the available area from the outside to the inside using the sides declared by DockLayoutParams.
layout = DockLayout() root = Container(layout) toolbar = Container() layout.add(toolbar, "top")
| Modifier and Type | Member | Description |
|---|---|---|
| public | DockLayoutDockLayout(spacing as Int = 8): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | add | Adds a widget on a dock side. |
| public override | layoutlayout(container as Container) as Void: |
No summary. |