summaryrefslogtreecommitdiffstats
path: root/glow/src/widget/slider.rs
blob: 2fb3d5d935ea03a1cf1b3574b6e85028bf610361 (plain) (blame)
1
2
3
4
5
//! Display an interactive selector of a single value from a range of values.
//!
//! A [`Slider`] has some local [`State`].
pub use iced_graphics::slider::{Handle, HandleShape, Style, StyleSheet};
pub use iced_native::widget::slider::{Slider, State};