Expand description
UI context, container builder, and widget rendering.
Structs§
- Bar
- A single bar in a styled bar chart.
- BarChart
Config - Configuration for bar chart rendering.
- BarGroup
- A group of bars rendered together (for grouped bar charts).
- Canvas
Context - Drawing context for the canvas widget.
- Container
Builder - Fluent builder for configuring containers before calling
.col()or.row(). - Context
- The main rendering context passed to your closure each frame.
- Response
- Interaction response returned by all widgets.
- State
- Handle to state created by
use_state(). Access via.get(ui)/.get_mut(ui).
Enums§
- BarDirection
- Direction for bar chart rendering.
Traits§
- Widget
- Trait for creating custom widgets.