Trait gtk::ClipboardExt[][src]

pub trait ClipboardExt {
    fn clear(&self);
fn get_display(&self) -> Option<Display>;
fn get_owner(&self) -> Option<Object>;
fn set_image(&self, pixbuf: &Pixbuf);
fn set_text(&self, text: &str);
fn store(&self);
fn wait_for_contents(&self, target: &Atom) -> Option<SelectionData>;
fn wait_for_image(&self) -> Option<Pixbuf>;
fn wait_for_rich_text(&self, buffer: &TextBuffer) -> (Vec<u8>, Atom);
fn wait_for_targets(&self) -> Option<Vec<Atom>>;
fn wait_for_text(&self) -> Option<String>;
fn wait_for_uris(&self) -> Vec<String>;
fn wait_is_image_available(&self) -> bool;
fn wait_is_rich_text_available(&self, buffer: &TextBuffer) -> bool;
fn wait_is_target_available(&self, target: &Atom) -> bool;
fn wait_is_text_available(&self) -> bool;
fn wait_is_uris_available(&self) -> bool; }

Required Methods

Important traits for Vec<u8>

Implementors