pub trait InvisibleExtManual: 'static {
    fn screen(&self) -> Option<Screen>;
}

Required Methods

Returns the gdk::Screen object associated with self

Returns

the associated gdk::Screen.

Implementors