pub trait ScrollableImplExt: ObjectSubclass { fn parent_border(&self, scrollable: &Self::Type) -> Option<Border>; }