Description Usage Arguments Value Author(s)
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.
1 | gtkDragCheckThreshold(object, start.x, start.y, current.x, current.y)
|
|
a |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.