Trait animate::TapActionExt[][src]

pub trait TapActionExt: 'static {
    fn connect_tap<F: Fn(&Self, &Actor) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Trait containing all TapAction methods.

Implementors

TapAction

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

Loading content...

Implementors

impl<O: IsA<TapAction>> TapActionExt for O[src]

Loading content...