pub trait ScrolledWindowImpl: ScrolledWindowImplExt + BinImpl {
    fn move_focus_out(&self, direction_type: DirectionType) { ... }
    fn scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool { ... }
}

Provided Methods

Implementors