pub trait InvisibleExtManual: 'static { fn screen(&self) -> Option<Screen>; }
Returns the gdk::Screen object associated with self
gdk::Screen
self
the associated gdk::Screen.