plushie/widget/pane_grid
PaneGrid widget for resizable tiled pane layouts.
Children are keyed by their node ID. The Rust binary manages pane layout state; use PaneSplit/PaneClose/PaneSwap commands to modify the layout.
Types
Values
pub fn extend(
pg: PaneGrid,
children: List(node.Node),
) -> PaneGrid
Add multiple child pane nodes.