Trait gtk::prelude::GesturePanExt[][src]

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

Required methods

fn get_orientation(&self) -> Orientation[src]

fn set_orientation(&self, orientation: Orientation)[src]

fn connect_pan<F: Fn(&Self, PanDirection, f64) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

fn connect_property_orientation_notify<F: Fn(&Self) + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<GesturePan>> GesturePanExt for O[src]

Loading content...