Trait gdk::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 connect_display_opened<F: Fn(&Self, &Display) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_default_display_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Important traits for Vec<u8>

Implementors