Expand description
The settings view: an editable list of the active display settings.
The arrow keys move between rows; ←/→ (and Enter) step the focused
row’s value, applied live. The same settings stay reachable from every view
through their function keys, so this view is a discoverable surface rather
than the only way in.
Structs§
- Settings
View - Everything the settings view renders from.
- Values
- The state every row reads its current value from.
Enums§
- Row
- One editable setting.
Functions§
- glyphs_
label - How a glyph variant reads.
- render
- Renders the settings list into
area. - step_
angle - The angle mode
deltasteps aftercurrent(two values, so it toggles). - step_
decimals - The decimal count
deltasteps aftercurrent, clamped to0..=MAX. - step_
notation - The notation
deltasteps aftercurrent, wrapping. - step_
thousands - The thousands separator
deltasteps aftercurrent, wrapping. - thousands_
label - How a thousands separator reads in the list and the status band.