Skip to main content

Crate iced_exdevtools

Crate iced_exdevtools 

Source

Re-exports§

pub use iced_widget::core;
pub use crate::core::Alignment::Center;
pub use crate::core::Length::Fill;

Modules§

theme
Use the built-in theme and styles.
window
Build window-based GUI applications.

Macros§

gen_attach

Structs§

Color
A color in the sRGB color space.
DevTools
The state of the devtools.
Element
A generic Widget.
IcedSettings
The settings of an iced program.
Subscription
A request to listen to external events.
Task
A set of concurrent actions to be performed by the iced runtime.

Enums§

Event
Theme
A built-in theme.

Traits§

Base
The default blank style of a theme.
MaybeDebug
A trait alias for Debug, but only when the debug feature is enabled.
Program
An interactive, native, cross-platform, multi-windowed application.