Trait components::TapActionExt[][src]

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

Trait containing all TapAction methods.

Implementors

TapAction

Required methods

pub fn connect_tap<F>(&self, f: F) -> SignalHandlerId where
    F: 'static + Fn(&Self, &Actor), 
[src]

The ::tap signal is emitted when the tap gesture is complete.

actor

the Actor attached to the action

Loading content...

Implementors

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

Loading content...