Skip to main content

Crate iced_widget_kit

Crate iced_widget_kit 

Source
Expand description

Extra widgets for the Iced GUI library.

Re-exports§

pub use expander::Expander;expander
pub use ribbon::Ribbon;ribbon
pub use selector_bar::SelectorBar;selector_bar

Modules§

expanderexpander
A flexible container widget that can open or close in any direction to reveal or conceal its contents.
ribbonribbon
A horizontal set of Groups that adapt their appearance and arrangement when the Ribbon is resized.
selector_barselector_bar
A SelectorBar provides single selection from a collection of Items highlighted by an indicator.

Functions§

expanderexpander
Creates a new Expander from the provided header and content.
ribbonribbon
Creates a new Ribbon which the provided Groups.
selector_barselector_bar
Creates a new SelectorBar which the provided Items.