Expand description
Additional widget for the Iced GUI library.
§Examples
badge(Author: Kaiden42 gitlab@tinysn.com)card(Author: Kaiden42 gitlab@tinysn.com)color_picker(Author: Kaiden42 gitlab@tinysn.com)context_menu(Author: wiiznokes wiiznokes2@gmail.com)date_picker(Author: Kaiden42 gitlab@tinysn.com)drop_down(Author: wiiznokes wiiznokes2@gmail.com)menunumber_input(Author: leang27 52003343+leang27@users.noreply.github.com)selection_list(Author: Héctor Ramón Jiménez hector0193@gmail.com and Andrew Wheeler genusistimelord@gmail.com)side_bar(Author: Kaiden42 gitlab@tinysn.com and Rizzen Yazston)slide_bar(Author: Andrew Wheeler genusistimelord@gmail.com)spinner(Author: Iohann Rabeson irabeson42@gmail.com)tab_bar(Author: Kaiden42 gitlab@tinysn.com)tabs(Author: Kaiden42 gitlab@tinysn.com)time_picker(Author: Kaiden42 gitlab@tinysn.com)typed_input(Author: Ultraxime 36888699+Ultraxime@users.noreply.github.com)widget_id_return(Author: Andrew Wheeler genusistimelord@gmail.com)wrap(Author: owntime yrainbxqc@gmail.com)labeled_frame(Author: JL710)
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
Menuwith the given items. - menu_
bar - Creates a
MenuBarwith the given children. - menu_
items - Creates a vec of menu
Items - wrap_
horizontal - Creates a horizontal
Wrapwith the given children. - wrap_
vertical - Creates a vertical
Wrapwith 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.