Trait gdk::prelude::MonitorExt

source ·
pub trait MonitorExt: IsA<Monitor> + Sealed + 'static {
Show 21 methods // Provided methods fn display(&self) -> Option<Display> { ... } fn geometry(&self) -> Rectangle { ... } fn height_mm(&self) -> i32 { ... } fn manufacturer(&self) -> Option<GString> { ... } fn model(&self) -> Option<GString> { ... } fn refresh_rate(&self) -> i32 { ... } fn scale_factor(&self) -> i32 { ... } fn subpixel_layout(&self) -> SubpixelLayout { ... } fn width_mm(&self) -> i32 { ... } fn workarea(&self) -> Rectangle { ... } fn is_primary(&self) -> bool { ... } fn connect_invalidate<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_geometry_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_height_mm_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_manufacturer_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_model_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_refresh_rate_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_scale_factor_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_subpixel_layout_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_width_mm_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } fn connect_workarea_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn display(&self) -> Option<Display>

source

fn geometry(&self) -> Rectangle

source

fn height_mm(&self) -> i32

source

fn manufacturer(&self) -> Option<GString>

source

fn model(&self) -> Option<GString>

source

fn refresh_rate(&self) -> i32

source

fn scale_factor(&self) -> i32

source

fn subpixel_layout(&self) -> SubpixelLayout

source

fn width_mm(&self) -> i32

source

fn workarea(&self) -> Rectangle

source

fn is_primary(&self) -> bool

source

fn connect_invalidate<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

source

fn connect_geometry_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_height_mm_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_manufacturer_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_model_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId

source

fn connect_refresh_rate_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_scale_factor_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_subpixel_layout_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_width_mm_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

source

fn connect_workarea_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Implementors§