Skip to main content

InvisibleExtManual

Trait InvisibleExtManual 

Source
pub trait InvisibleExtManual: IsA<Invisible> + 'static {
    // Provided method
    fn screen(&self) -> Option<Screen> { ... }
}

Provided Methods§

Source

fn screen(&self) -> Option<Screen>

Returns the gdk::Screen object associated with self

§Returns

the associated gdk::Screen.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§