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

Provided methods

Implementors