[][src]Trait gtk::GestureMultiPressExt

pub trait GestureMultiPressExt: 'static {
    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
    ) -> SignalHandlerId;
fn connect_released<F: Fn(&Self, i32, f64, f64) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_stopped<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId; }

Required methods

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
) -> SignalHandlerId

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

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

Loading content...

Implementors

impl<O: IsA<GestureMultiPress>> GestureMultiPressExt for O[src]

Loading content...