gtkDragCheckThreshold
Checks to see if a mouse drag starting at (start.x, start.y) and ending
at (current.x, current.y) has passed the GTK+ drag threshold, and thus
should trigger the beginning of a drag-and-drop operation.
gtkDragCheckThreshold(object, start.x, start.y, current.x, current.y)
|  | |
|  | X coordinate of start of drag | 
|  | Y coordinate of start of drag | 
|  | current X coordinate | 
|  | current Y coordinate | 
[logical] TRUE if the drag threshold has been passed.
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.