Trait gtk::prelude::GestureSwipeExt
[−]
[src]
pub trait GestureSwipeExt { fn get_velocity(&self) -> Option<(f64, f64)>; fn connect_swipe<F: Fn(&Self, f64, f64) + 'static>(&self, f: F) -> u64; }
Required Methods
fn get_velocity(&self) -> Option<(f64, f64)>
fn connect_swipe<F: Fn(&Self, f64, f64) + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<GestureSwipe> + IsA<Object>> GestureSwipeExt for O