Crate gland

source ·

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 is Ignored
  • 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§

Type Aliases§