Package: gtk
Class gtk:gesture-long-press
Superclassesgtk:gesture-single, gtk:gesture, gtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
        None
           Direct SlotsDetails      The gtk:gesture-long-press object is a gesture for long presses.  
  This gesture is also known as "Press and Hold". When the timeout is exceeded, the gesture is triggering the "pressed" signal. If the touchpoint is lifted before the timeout passes, or if it drifts too far of the initial press point, the "cancelled" signal will be emitted. How long the timeout is before the "pressed" signal gets emitted is determined by the gtk-long-press-time setting. It can be modified by the delay-factor property. Signal DetailsThe "cancelled" signallambda (gesture) :run-last 
 The "pressed" signallambda (gesture x y) :run-last 
  | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also | 
2025-07-24