Expand description
The definition of an iced program.
Re-exports§
pub use iced_graphics as graphics;pub use iced_runtime as runtime;pub use iced_runtime::core;pub use iced_runtime::futures;
Modules§
Structs§
Traits§
- Program
- An interactive, native, cross-platform, multi-windowed application.
- Renderer
- The renderer of some
Program.
Functions§
- with_
executor - Decorates a
Programwith the given executor function. - with_
scale_ factor - Decorates a
Programwith the given scale factor function. - with_
style - Decorates a
Programwith the given style function. - with_
subscription - Decorates a
Programwith the given subscription function. - with_
theme - Decorates a
Programwith the given theme function. - with_
title - Decorates a
Programwith the given title function.