Expand description
UI framework — flexbox layout + widgets on top of yog-gfx.
Modules§
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§
Functions§
- set_
focus - Walk tree and set
focused = trueon the node whose id matches, false on all others.