Package: gtk
Function gtk:drag-check-threshold
Lambda Listgtk:drag-check-threshold (widget xstart ystart xcurrent ycurrent) ArgumentsReturn ValueTrue if the drag threshold has been passed. Details                  Checks to see if a mouse drag starting at (xstart, ystart) and    ending at (xcurrent, ycurrent) has passed the GTK drag threshold,
    and thus should trigger the beginning of a drag-and-drop operation.      | See also | 
#2025-07-27