Expand description
Prelude module for pixel-widgets.
Re-exports§
pub use crate::sandbox::Sandbox;pub use crate::component::Component;pub use crate::component::Context;pub use crate::draw::Color;pub use crate::layout::Align;pub use crate::layout::Direction;pub use crate::layout::Rectangle;pub use crate::layout::Size;pub use crate::style::builder::RuleBuilder;pub use crate::style::builder::StyleBuilder;pub use crate::style::Style;pub use crate::Ui;pub use crate::node::*;pub use crate::widget::prelude::*;
Macros§
- view
- The
view!macro
Structs§
- State
- Mutable state accessor. By wrapping the mutable reference, the runtime knows if the state was mutated at all.