Skip to main contentCrate iced_exdevtools
Source pub use iced_widget::core;pub use crate::core::Alignment::Center;pub use crate::core::Length::Fill;
- theme
- Use the built-in theme and styles.
- window
- Build window-based GUI applications.
- gen_attach
- 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.
- Event
- Theme
- A built-in theme.
- 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.