gtk4::subclass::application

Trait GtkApplicationImpl

Source
pub trait GtkApplicationImpl: GtkApplicationImplExt + ApplicationImpl {
    // Provided methods
    fn window_added(&self, window: &Window) { ... }
    fn window_removed(&self, window: &Window) { ... }
}

Provided Methods§

Source

fn window_added(&self, window: &Window)

Source

fn window_removed(&self, window: &Window)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§