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