Trait gtk::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

Implementors