Trait gtk::GesturePanExt [] [src]

pub trait GesturePanExt {
    fn get_orientation(&self) -> Orientation;
    fn set_orientation(&self, orientation: Orientation);
    fn connect_pan<F: Fn(&Self, PanDirection, f64) + 'static>(
        &self,
        f: F
    ) -> u64; }

Required Methods

Implementors