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

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

Produces the style of an active ModRangeInput.

fn hovered(&self) -> Style

Produces the style of a hovered ModRangeInput.

fn dragging(&self) -> Style

Produces the style of a ModRangeInput that is being dragged.

Loading content...

Implementors

impl StyleSheet for DefaultInvisible[src]

Loading content...