[][src]Trait gtk::subclass::application::GtkApplicationImplExt

pub trait GtkApplicationImplExt {
    fn parent_window_added(&self, application: &Application, window: &Window);
fn parent_window_removed(&self, application: &Application, window: &Window); }

Required methods

fn parent_window_added(&self, application: &Application, window: &Window)

fn parent_window_removed(&self, application: &Application, window: &Window)

Loading content...

Implementors

impl<T: GtkApplicationImpl + ObjectImpl> GtkApplicationImplExt for T[src]

Loading content...