[][src]Trait iced_glow::widget::button::StyleSheet

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

Loading content...

Provided methods

fn hovered(&self) -> Style

fn pressed(&self) -> Style

fn disabled(&self) -> Style

Loading content...

Implementors

Loading content...