[−][src]Trait gtk::prelude::GestureSingleExt
Required methods
fn get_button(&self) -> u32
fn get_current_button(&self) -> u32
fn get_current_sequence(&self) -> Option<EventSequence>
fn get_exclusive(&self) -> bool
fn get_touch_only(&self) -> bool
fn set_button(&self, button: u32)
fn set_exclusive(&self, exclusive: bool)
fn set_touch_only(&self, touch_only: bool)
fn connect_property_button_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_exclusive_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_touch_only_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<GestureSingle>> GestureSingleExt for O[src]
fn get_button(&self) -> u32[src]
fn get_current_button(&self) -> u32[src]
fn get_current_sequence(&self) -> Option<EventSequence>[src]
fn get_exclusive(&self) -> bool[src]
fn get_touch_only(&self) -> bool[src]
fn set_button(&self, button: u32)[src]
fn set_exclusive(&self, exclusive: bool)[src]
fn set_touch_only(&self, touch_only: bool)[src]
fn connect_property_button_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_exclusive_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_touch_only_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId