gtk::subclass::scrolled_window

Trait ScrolledWindowImpl

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

Provided Methods§

Source

fn move_focus_out(&self, direction_type: DirectionType)

Source

fn 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", so this trait is not object safe.

Implementors§