Trait gtk::subclass::window::WindowImplExt [−][src]
pub trait WindowImplExt: ObjectSubclass { fn parent_set_focus(&self, window: &Self::Type, focus: Option<&Widget>); fn parent_activate_focus(&self, window: &Self::Type); fn parent_activate_default(&self, window: &Self::Type); fn parent_keys_changed(&self, window: &Self::Type); fn parent_enable_debugging(&self, window: &Self::Type, toggle: bool) -> bool; }
Required methods
fn parent_set_focus(&self, window: &Self::Type, focus: Option<&Widget>)
fn parent_activate_focus(&self, window: &Self::Type)
fn parent_activate_default(&self, window: &Self::Type)
fn parent_keys_changed(&self, window: &Self::Type)
fn parent_enable_debugging(&self, window: &Self::Type, toggle: bool) -> bool