Module iced::widget::vertical_slider
Expand description
Display an interactive selector of a single value from a range of values.
A VerticalSlider
has some local State
.
Structs
- The appearance of a slider.
- The appearance of the handle of a slider.
- The local state of a
VerticalSlider
. - An vertical bar and a handle that selects a single value from a range of values.
Enums
- The shape of the handle of a slider.
Traits
- A set of rules that dictate the style of a slider.
Functions
- Draws a
VerticalSlider
. - Computes the current
mouse::Interaction
of aVerticalSlider
.