pub trait ScrollableImpl: ObjectImpl {
    fn border(&self) -> Option<Border> { ... }
}

Provided Methods§

Implementors§