Crate iced_program

Crate iced_program 

Source
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§

message
Traits for the message type of a Program.

Structs§

Instance
A particular instance of a running Program.
Preset
A specific boot strategy for a Program.

Traits§

Program
An interactive, native, cross-platform, multi-windowed application.
Renderer
The renderer of some Program.

Functions§

with_executor
Decorates a Program with the given executor function.
with_scale_factor
Decorates a Program with the given scale factor function.
with_style
Decorates a Program with the given style function.
with_subscription
Decorates a Program with the given subscription function.
with_theme
Decorates a Program with the given theme function.
with_title
Decorates a Program with the given title function.