Package: gtk
Class gtk:gesture-multi-press
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-multi-press object is a gtk:gesture
implementation able to recognize multiple clicks on a nearby zone, which can be listened for through the pressed
signal.
Whenever time or distance between clicks exceed the GTK defaults, "stopped"
is emitted, and the click counter is reset. Callers may also restrict the area that is considered valid for a > 1 touch/button press through the gtk:gesture-multi-press-area function, so any click happening outside that area is considered to be a first click of its own. Signal DetailsThe "pressed" signallambda (gesture n x y) :run-last
The "released" signallambda (gesture n x y) :run-last
The "stopped" signallambda (gesture) :run-last
| Returned byInherited Slot Access FunctionsSee also |
#2025-07-15