public class DockBar extends Widget:
Fixed side bar that exposes collapsed DockPane buttons.
workspace = DockWorkspace()
workspace.addPane(DockPane("Chat", chat, DockSide.RIGHT))| Modifier and Type | Member | Description |
|---|---|---|
| public property | buttonSizebuttonSize as Int = 42 |
Button thickness in pixels. |
| public property | sideside as String |
Side represented by this bar. |
| public readonly property | sizesize as ULong: |
Number of pane buttons. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | DockBar | Creates a bar for one side. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | addPaneaddPane(pane as DockPane) as Void: |
Adds a pane button to the bar. |
| public override | paintpaint(painter as Painter) as Void: |
No summary. |
| public | toggleAt | Toggles the pane button located at x, y. |