Trait gtk::subclass::scrolled_window::ScrolledWindowImplExt
source · [−]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;
}