Modules§
- button
- domain_
line - domain_
point - flexbox
- gridbox
- image
- line
- listbox
- mouse_
area - paragraph
- region
- scroll_
area - shape
- text
- textbox
- window
Structs§
Traits§
- Component
- The trait representing an arbitrary UI component. The Props associated type must be used to expose the concrete property type that was used to instantiate the component. This is expect to be different, so it is assumed that almost all components are generic over the property type, so long as the property type satisfies the requirements of the chosen layout.
- Component
Wrap - State
Machine Wrapper