pub trait GtkApplicationImplExt: ObjectSubclass {
    // Required methods
    fn parent_window_added(&self, application: &Self::Type, window: &Window);
    fn parent_window_removed(&self, application: &Self::Type, window: &Window);
}

Required Methods§

source

fn parent_window_added(&self, application: &Self::Type, window: &Window)

source

fn parent_window_removed(&self, application: &Self::Type, window: &Window)

Implementors§