Skip to main content

Module ui

Module ui 

Source
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§

LayoutNode
Rect
UiRoot
Top-level UI tree. Build it, call layout, then [render] each frame.
Widget
A single widget in the UI tree.

Enums§

Align
Dock
WinForms-style dock — which edge(s) the widget attaches to inside its parent.
FlexDir
FocusStyle
How a focused widget shows its focus indicator.

Functions§

set_focus
Walk tree and set focused = true on the node whose id matches, false on all others.