Struct nannou::ui::prelude::widget::list::Scrollbar[][src]

pub struct Scrollbar<A> { /* fields omitted */ }

A wrapper around a List's Scrollbar and its widget::Id.

Methods

impl<A> Scrollbar<A> where
    A: Axis
[src]

Set the Scrollbar within the given Ui.

Auto Trait Implementations

impl<A> Send for Scrollbar<A> where
    A: Send

impl<A> Sync for Scrollbar<A> where
    A: Sync