Crate gland

Crate gland 

Source

Macros§

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.

Structs§

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.

Enums§

Event
Event that can occur during runtime.

Traits§

Component
UI component
IntoCallback
Implemented for types that can be returned from a job as a callback.

Type Aliases§

Callback
Job callback