[−][src]Trait gtk::prelude::GestureLongPressExt
Required methods
fn get_property_delay_factor(&self) -> f64
fn set_property_delay_factor(&self, delay_factor: f64)
fn connect_cancelled<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
fn connect_pressed<F: Fn(&Self, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_delay_factor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<GestureLongPress>> GestureLongPressExt for O
[src]
fn get_property_delay_factor(&self) -> f64
[src]
fn set_property_delay_factor(&self, delay_factor: f64)
[src]
fn connect_cancelled<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
[src]
fn connect_pressed<F: Fn(&Self, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_delay_factor_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId