pub trait ScrolledWindowImplExt: ObjectSubclass {
    fn parent_move_focus_out(&self, direction_type: DirectionType);
    fn parent_scroll_child(&self, scroll: ScrollType, borizontal: bool) -> bool;
}

Required Methods

Implementors