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

pub trait GtkApplicationImpl: GtkApplicationImplExt + ApplicationImpl + 'static {
    fn window_added(&self, application: &Application, window: &Window) { ... }
fn window_removed(&self, application: &Application, window: &Window) { ... } }

Provided methods

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

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

Loading content...

Implementors

Loading content...