Crate gland
Source - forward_handle_event
- Forwards
handle_event to multiple child components. - forward_view
- Forwards
view to multiple child components. - id
- Helpful macro to avoid fully qualified syntax.
- Compositor
- Main interface that draws components and dispatches events.
- Context
- Context of the current update.
- EventAccess
- Provides access to the
Event, default result is Ignored - Id
- Id of the component.
- Jobs
- Job system, allows to execute futures and run callbacks when job is finished.
- LayerId
- LayerId describes elevation of the component.
- Event
- Event that can occur during runtime.
- Component
- UI component
- IntoCallback
- Implemented for types that can be returned from a job as a callback.
- Callback
- Job callback