Struct gtk::TargetList
[−]
pub struct TargetList(_);
Methods
impl TargetList
[src]
fn add(&self, target: &Atom, flags: u32, info: u32)
fn add_image_targets(&self, info: u32, writable: bool)
fn add_rich_text_targets(
&self,
info: u32,
deserializable: bool,
buffer: &TextBuffer
)
&self,
info: u32,
deserializable: bool,
buffer: &TextBuffer
)
fn add_text_targets(&self, info: u32)
fn add_uri_targets(&self, info: u32)
fn find(&self, target: &Atom) -> Option<u32>
fn remove(&self, target: &Atom)
impl TargetList
[src]
fn new(targets: &[TargetEntry]) -> Self
Trait Implementations
impl Clone for TargetList
fn clone(&self) -> TargetList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more