[][src]Trait iced_style::scrollable::StyleSheet

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

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

Required methods

fn active(&self) -> Scrollbar

Produces the style of an active scrollbar.

fn hovered(&self) -> Scrollbar

Produces the style of an hovered scrollbar.

Loading content...

Provided methods

fn dragging(&self) -> Scrollbar

Produces the style of a scrollbar that is being dragged.

Loading content...

Implementors

Loading content...