pub trait WindowImplExt: ObjectSubclass + Sealed {
    // Provided methods
    fn parent_set_focus(&self, focus: Option<&Widget>) { ... }
    fn parent_activate_focus(&self) { ... }
    fn parent_activate_default(&self) { ... }
    fn parent_keys_changed(&self) { ... }
    fn parent_enable_debugging(&self, toggle: bool) -> bool { ... }
}

Provided Methods§

Implementors§