Trait gtk::subclass::scrolled_window::ScrolledWindowImpl
source · [−]pub trait ScrolledWindowImpl: ScrolledWindowImplExt + BinImpl {
fn move_focus_out(&self, direction_type: DirectionType) { ... }
fn scroll_child(&self, scroll: ScrollType, horizontal: bool) -> bool { ... }
}