Package: gtk
Class gtk:gesture-swipe
Superclassesgtk:gesture-single, gtk:gesture, gtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:gesture-swipe object is a gtk:gesture implementation
able to recognize swipes, after a press/move/.../move/release sequence happens, the "swipe" signal will be emitted, providing the velocity
and directionality of the sequence at the time it was lifted. If the velocity is desired in intermediate points, the gtk:gesture-swipe-velocity function can be called on, for example, a "update" handler. All velocities are reported in pixels/sec units. Signal DetailsThe "swipe" signallambda (gesture xvelocity yvelocity) :run-last
| Returned by
Inherited Slot Access FunctionsSee also |
#2025-1-25