Trait gdk::prelude::DisplayManagerExt [] [src]

pub trait DisplayManagerExt {
    fn get_default_display(&self) -> Option<Display>;
fn list_displays(&self) -> Vec<Display>;
fn open_display(&self, name: &str) -> Option<Display>;
fn set_default_display(&self, display: &Display);
fn get_property_default_display(&self) -> Option<Display>;
fn set_property_default_display(&self, default_display: Option<&Display>);
fn connect_display_opened<F: Fn(&Self, &Display) + 'static>(
        &self,
        f: F
    ) -> u64;
fn connect_property_default_display_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> u64; }

Required Methods

Implementors