Trait animate::TapActionExt [−][src]
pub trait TapActionExt: 'static {
fn connect_tap<F: Fn(&Self, &Actor) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required methods
fn connect_tap<F: Fn(&Self, &Actor) + 'static>(&self, f: F) -> SignalHandlerId[src]
The ::tap signal is emitted when the tap gesture is complete.
actor
the Actor attached to the action