Trait gtk::prelude::ClipboardExt
[−]
[src]
pub trait ClipboardExt { fn clear(&self); fn get_display(&self) -> Option<Display>; fn get_owner(&self) -> Option<Object>; fn get_selection(&self) -> Option<Atom>; fn set_image(&self, pixbuf: &Pixbuf); fn store(&self); fn wait_for_contents(&self, target: &Atom) -> Option<SelectionData>; fn wait_for_image(&self) -> Option<Pixbuf>; 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; }