[][src]Trait gtk::GestureSwipeExt

pub trait GestureSwipeExt: 'static {
    fn get_velocity(&self) -> Option<(f64, f64)>;
fn connect_swipe<F: Fn(&Self, f64, f64) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_velocity(&self) -> Option<(f64, f64)>

fn connect_swipe<F: Fn(&Self, f64, f64) + 'static>(
    &self,
    f: F
) -> SignalHandlerId

Loading content...

Implementors

impl<O: IsA<GestureSwipe>> GestureSwipeExt for O[src]

Loading content...