Trait iced_audio::style::mod_range_input::StyleSheet[][src]

pub trait StyleSheet {
    fn active(&self) -> Style;
fn hovered(&self) -> Style;
fn dragging(&self) -> Style; }

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

Required methods

fn active(&self) -> Style[src]

Produces the style of an active ModRangeInput.

fn hovered(&self) -> Style[src]

Produces the style of a hovered ModRangeInput.

fn dragging(&self) -> Style[src]

Produces the style of a ModRangeInput that is being dragged.

Loading content...

Implementors

Loading content...