Skip to main content

ScrolledWindowImplExt

Trait ScrolledWindowImplExt 

Source
pub trait ScrolledWindowImplExt: ObjectSubclass + Sealed {
    // Provided methods
    fn parent_move_focus_out(&self, direction_type: DirectionType) { ... }
    fn parent_scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool { ... }
}

Provided Methods§

Source

fn parent_move_focus_out(&self, direction_type: DirectionType)

Source

fn parent_scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§