Trait gdk::DragContextExt [−][src]
pub trait DragContextExt {
fn get_actions(&self) -> DragAction;
fn get_dest_window(&self) -> Window;
fn get_device(&self) -> Device;
fn get_protocol(&self) -> DragProtocol;
fn get_selected_action(&self) -> DragAction;
fn get_source_window(&self) -> Window;
fn get_suggested_action(&self) -> DragAction;
fn list_targets(&self) -> Vec<Atom>;
fn set_device<P: IsA<Device>>(&self, device: &P);
}Required Methods
fn get_actions(&self) -> DragAction
fn get_dest_window(&self) -> Window
fn get_device(&self) -> Device
fn get_protocol(&self) -> DragProtocol
fn get_selected_action(&self) -> DragAction
fn get_source_window(&self) -> Window
fn get_suggested_action(&self) -> DragAction
fn list_targets(&self) -> Vec<Atom>
fn set_device<P: IsA<Device>>(&self, device: &P)
Implementors
impl<O: IsA<DragContext> + IsA<Object>> DragContextExt for O