Trait gtk::GestureMultiPressExt [−][src]
Required methods
fn get_area(&self) -> Option<Rectangle>
[src]
fn set_area<'a, P: Into<Option<&'a Rectangle>>>(&self, rect: P)
[src]
fn connect_pressed<F: Fn(&Self, i32, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_released<F: Fn(&Self, i32, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_stopped<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId
[src]
Implementors
impl<O: IsA<GestureMultiPress>> GestureMultiPressExt for O
[src]
fn get_area(&self) -> Option<Rectangle>
[src]
fn set_area<'a, P: Into<Option<&'a Rectangle>>>(&self, rect: P)
[src]
fn connect_pressed<F: Fn(&Self, i32, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_released<F: Fn(&Self, i32, f64, f64) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId