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§
fn parent_move_focus_out(&self, direction_type: DirectionType)
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".