Trait gtk::subclass::application::GtkApplicationImpl   
source · [−]pub trait GtkApplicationImpl: GtkApplicationImplExt + ApplicationImpl {
    fn window_added(&self, application: &Self::Type, window: &Window) { ... }
    fn window_removed(&self, application: &Self::Type, window: &Window) { ... }
}