Trait gtk::prelude::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
fn get_orientation(&self) -> Orientation
fn set_orientation(&self, orientation: Orientation)
fn connect_pan<F: Fn(&Self, PanDirection, f64) + 'static>(&self, f: F) -> u64
Implementors
impl<O: IsA<GesturePan> + IsA<Object>> GesturePanExt for O