Expand description
ELM primitives for winio.
Macros§
Structs§
- Child
- Helper to embed one component into another. It handles different types of messages and events.
- Component
Sender - Sender of input messages and output events.
- Observable
Vec - An observable vector. It outputs events after being changed.
Enums§
- Observable
VecEvent - The events of
ObservableVec
.
Traits§
- Component
- Foundamental GUI component.
Functions§
- run
- Runs a root component, and exits when the component outputs an event.