Trait gtk::prelude::GestureLongPressExt
[−]
[src]
pub trait GestureLongPressExt { 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) -> u64; fn connect_pressed<F: Fn(&Self, f64, f64) + 'static>(&self, f: F) -> u64; }
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) -> u64
fn connect_pressed<F: Fn(&Self, f64, f64) + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<GestureLongPress> + IsA<Object>> GestureLongPressExt for O