Type Definition iced_audio::graphics::h_slider::HSlider

source ·
pub type HSlider<'a, Message, Theme> = HSlider<'a, Message, Renderer<Theme>>;
Expand description

A horizontal slider GUI widget that controls a Param

an HSlider will try to fill the horizontal space of its container.