Trait gtk::subclass::application::GtkApplicationImplExt [−][src]
pub trait GtkApplicationImplExt: ObjectSubclass { fn parent_window_added(&self, application: &Self::Type, window: &Window); fn parent_window_removed(&self, application: &Self::Type, window: &Window); }
Required methods
fn parent_window_added(&self, application: &Self::Type, window: &Window)
fn parent_window_removed(&self, application: &Self::Type, window: &Window)