Trait components::SwipeActionExt [−][src]
pub trait SwipeActionExt: 'static {
pub fn connect_swipe<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self, &Actor, SwipeDirection) -> bool;
}Required methods
pub fn connect_swipe<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self, &Actor, SwipeDirection) -> bool, [src]
F: 'static + Fn(&Self, &Actor, SwipeDirection) -> bool,
Implementors
impl<O> SwipeActionExt for O where
O: IsA<SwipeAction>, [src]
impl<O> SwipeActionExt for O where
O: IsA<SwipeAction>, [src]pub fn connect_swipe<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O, &Actor, SwipeDirection) -> bool, [src]
F: 'static + Fn(&O, &Actor, SwipeDirection) -> bool,