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