cushy/guide/src/widgets/multi-layout.md
Jonathan Johnson 6ad6cca32d
Children renamed to WidgetList
Plus more work on the user's guide, which inspired the rename.
2024-01-09 13:26:14 -08:00

462 B

Multi-Widget Layout

Widgets in this section have a primary purpose of performing some layout functionality on a collection of widgets. These currently are:

  • Grid: A 2D grid where each cell is a widget.
  • Layers: A Z-direction stack of widgets.
  • Stack: A 1D grid of either rows or columns.
  • Wrap: Widgets are laid out horizontally, wrapping into multiple rows if needed.