Module iced::widget::slider

source ·
Expand description

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

A Slider has some local State.

Structs

The appearance of a slider.
The appearance of the handle of a slider.
An horizontal bar and a handle that selects a single value from a range of values.
The local state of a Slider.

Enums

The shape of the handle of a slider.

Traits

A set of rules that dictate the style of a slider.

Functions

Draws a Slider.
Computes the current mouse::Interaction of a Slider.
Processes an Event and updates the State of a Slider accordingly.