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