drag_check_threshold
Description:
public bool drag_check_threshold (Widget widget, int start_x, int start_y, int current_x, int current_y)
Checks to see if a drag movement has passed the GTK drag threshold.
Parameters:
this |
a `GtkWidget` |
start_x |
X coordinate of start of drag |
start_y |
Y coordinate of start of drag |
current_x |
current X coordinate |
current_y |
current Y coordinate |
Returns:
true if the drag threshold has been passed. |
Namespace: Gtk
Package: gtk4