pub trait MonitorHandleExtUnix {
// Required method
fn gdk_monitor(&self) -> &Monitor;
}
Expand description
Additional methods on MonitorHandle
that are specific to Unix.
Required Methods§
Sourcefn gdk_monitor(&self) -> &Monitor
fn gdk_monitor(&self) -> &Monitor
Returns the gdk handle of the monitor.