Trait gtk::GestureMultiPressExt [] [src]

pub trait GestureMultiPressExt {
    fn get_area(&self) -> Option<Rectangle>;
    fn set_area<'a, P: Into<Option<&'a Rectangle>>>(&self, rect: P);
    fn connect_pressed<F: Fn(&Self, i32, f64, f64) + 'static>(
        &self,
        f: F
    ) -> u64; fn connect_released<F: Fn(&Self, i32, f64, f64) + 'static>(
        &self,
        f: F
    ) -> u64; fn connect_stopped<F: Fn(&Self) + 'static>(&self, f: F) -> u64; }

Required Methods

Implementors