Package: gtk
Class gtk:gesture-drag
Superclassesgtk:gesture-single, gtk:gesture, gtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented SubclassesDirect Slots
                None
               Details      The gtk:gesture-drag class is a gtk:gesture implementation
    that recognizes drag operations.  
  The drag operation itself can be tracked throught the  "drag-begin", "drag-update" and  drag-end signals, or the relevant coordinates be  extracted through the gtk:gesture-drag-offset and  gtk:gesture-drag-start-point functions.   Signal DetailsThe "drag-begin" signallambda (gesture xstart ystart) :run-last 
 The "drag-end" signallambda (gesture xoffset yoffset) :run-last 
 The "drag-update" signallambda (gesture xoffset yoffset) :run-last 
  | Inherited Slot Access FunctionsSee also | 
2025-07-12