Expand description
UI framework — flexbox layout + widgets on top of yog-gfx.
Modules§
- layout
- text
- Text wrapping utilities shared by layout (measuring) and render (drawing).
- widget
- Widget types and styling.
Structs§
- Layout
Node - Rect
- UiRoot
- Top-level UI tree. Build it, call
layout, then [render] each frame. - Widget
- A single widget in the UI tree.
Enums§
- Align
- FlexDir
- Focus
Style - How a focused widget shows its focus indicator.
Functions§
- set_
focus - Walk tree and set
focused = trueon the node whose id matches, false on all others.