Module iced_solstice::widget[][src]

Expand description

Use the widgets supported out-of-the-box.

Re-exports

For convenience, the contents of this module are available at the root module. Therefore, you can directly type:

use iced_solstice::{button, Button};

Re-exports

pub use button::Button;
pub use checkbox::Checkbox;
pub use container::Container;
pub use pane_grid::PaneGrid;
pub use pick_list::PickList;
pub use progress_bar::ProgressBar;
pub use radio::Radio;
pub use rule::Rule;
pub use scrollable::Scrollable;
pub use slider::Slider;
pub use text_input::TextInput;

Modules

Allow your users to perform actions by pressing a button.

Show toggle controls using checkboxes.

Decorate content and apply alignment.

Let your users split regions of your application and organize layout dynamically.

Display a dropdown list of selectable values.

Allow your users to visually track the progress of a computation.

Create choices using radio buttons.

Display a horizontal or vertical rule for dividing content.

Navigate an endless amount of content with a scrollbar.

Display an interactive selector of a single value from a range of values.

Display fields that can be filled with text.

Structs

A frame that displays an image while keeping aspect ratio.

An amount of empty space.

Type Definitions

A container that distributes its contents vertically.

A container that distributes its contents horizontally.

A paragraph of text.