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

Required Methods

Implementors