Macros§
- Forwards
handle_event
to multiple child components. - Forwards
view
to multiple child components. - Helpful macro to avoid fully qualified syntax.
Structs§
- Main interface that draws components and dispatches events.
- Context of the current update.
- Provides access to the
Event
, default result isIgnored
- Id of the component.
- Job system, allows to execute futures and run callbacks when job is finished.
- LayerId describes elevation of the component.
Enums§
- Event that can occur during runtime.
Traits§
- UI component
- Implemented for types that can be returned from a job as a callback.
Type Aliases§
- Job callback