Expand description
Built-in Widget
implementations.
Re-exports§
pub use self::button::Button;
pub use self::checkbox::Checkbox;
pub use self::container::Container;
pub use self::delimiter::Delimiter;
pub use self::disclose::Disclose;
pub use self::grid::Grid;
pub use self::image::Image;
pub use self::input::Input;
pub use self::label::Label;
pub use self::layers::Layers;
pub use self::menu::Menu;
pub use self::progress::ProgressBar;
pub use self::radio::Radio;
pub use self::scroll::Scroll;
pub use self::select::Select;
pub use self::slider::Slider;
pub use self::stack::Stack;
pub use self::validated::Validated;
pub use self::wrap::Wrap;
Modules§
- A clickable, labeled button
- A tri-state, labelable checkbox widget.
- Widgets for selecting colors.
- A visual container widget.
- A visual delimiter widget.
- A widget that hides/shows associated content.
- A Widget that arranges children into rows and columns.
- A widget that displays an image/texture.
- A widget that indicates a value.
- A text input widget.
- A read-only text widget.
- Widgets that stack in the Z-direction.
- A list of elements with optional item indicators.
- Overlay menu widgets.
- A widget that piles multiple widgets into a single area.
- Widgets for displaying progress indicators.
- A labeled widget with a circular indicator representing a value.
- A container that scrolls its contents on a virtual surface.
- A selectable, labeled widget representing a value.
- A keyboard shortcut handling widget.
- A widget that allows a user to “slide” between values.
- A widget that combines a collection of
WidgetList
widgets into one. - A widget that displays the result of validation.
- A widget for laying out multiple widgets in a similar fashion as how words are wrapped in a paragraph.
Structs§
- A widget aligns its contents to its container’s boundaries.
- A 2d drawable surface.
- A widget that collapses/hides its contents based on a
Dynamic<bool>
. - A widget that provides access to a
ComponentDefinition
’s value through aDynamic
. - A callback-based custom widget.
- A widget that stores arbitrary data in the widget hierachy.
- A widget that expands its child widget to fill the parent.
- A widget that resizes its contained widget to an explicit size.
- A widget that occupies space, optionally filling it with a color.
- A widget that applies a set of
Styles
to all contained widgets. - A widget that switches its contents based on a value of
T
. - A widget that applies a
ThemePair
to all contained widgets. - A widget that applies a set of
ThemeMode
to all contained widgets. - A layered tile-based 2d game surface.
- A virtuallized list view