Trait hobo::dom_events::Scroll[][src]

pub trait Scroll: Element {
    fn add_on_scroll(&self, f: impl FnMut(UiEvent) + 'static) { ... }
fn on_scroll(self, f: impl FnMut(UiEvent) + 'static) -> Self { ... } }

Provided methods

Implementors