Expand description
Commonly-imported traits and types.
Modules that contain components can glob import this module to bring all needed types and traits into scope.
Re-exports
pub use crate::factory::DynamicIndex;
pub use crate::factory::FactoryComponent;
pub use crate::factory::FactorySender;
pub use adw;
pub use gtk;
pub use panel;
Structs
- Contains the initial model and widgets being docked into a component.
- Contains senders to send and receive messages from a
Component
. - Controls the component from afar.
- An app that runs the main application.
Traits
- The fundamental building block of a Relm4 application.
- Shared behavior of component controller types.
- Trait that extends
gtk::prelude::WidgetExt
. - Elm-style variant of a
Component
with view updates separated from input updates. - Get a reference to a widget.
- A trait that describes a widget template.