Trait iced_style::button::StyleSheet[][src]

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

    fn hovered(&self) -> Style { ... }
fn pressed(&self) -> Style { ... }
fn disabled(&self) -> Style { ... } }

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

Required methods

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

Loading content...

Provided methods

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

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

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

Loading content...

Implementors

Loading content...