Trait libhelium::subclass::prelude::WindowImplExt
pub trait WindowImplExt: Sealed + ObjectSubclass {
// Provided methods
fn parent_activate_focus(&self) { ... }
fn parent_activate_default(&self) { ... }
fn parent_keys_changed(&self) { ... }
fn parent_enable_debugging(&self, toggle: bool) -> bool { ... }
fn parent_close_request(&self) -> Propagation { ... }
}
Provided Methods§
fn parent_activate_focus(&self)
fn parent_activate_default(&self)
fn parent_keys_changed(&self)
fn parent_enable_debugging(&self, toggle: bool) -> bool
fn parent_close_request(&self) -> Propagation
Object Safety§
This trait is not object safe.