Crate iced_aw

Crate iced_aw 

Source
Expand description

Additional widget for the Iced GUI library.

§Examples

Re-exports§

pub use widget as widgets;
pub use iced_fonts;
pub use platform::*;

Modules§

core
iced_aw_core.
iced_aw_font
A module with a function for every icon in iced_aw_font’s font.
style
The appearance of the widget
widget
Stateless, pure widget for iced

Macros§

menu
Creates a Menu with the given items.
menu_bar
Creates a MenuBar with the given children.
menu_items
Creates a vec of menu Items
wrap_horizontal
Creates a horizontal Wrap with the given children.
wrap_vertical
Creates a vertical Wrap with the given children.

Constants§

ICED_AW_FONT
Font type to use in text widgets.
ICED_AW_FONT_BYTES
Embedded font file. There a handfull of glyphs so no need to worry.