方法

GtkWidgetdrag_check_threshold

声明 [源]

gboolean
gtk_drag_check_threshold (
  GtkWidget* widget,
  int start_x,
  int start_y,
  int current_x,
  int current_y
)

描述 [源]

检查拖动操作是否超过了GTK拖动阈值。

参数

start_x

类型: int

拖动开始的X坐标。

start_y

类型: int

拖动开始的Y坐标。

current_x

类型: int

当前X坐标。

current_y

类型: int

当前Y坐标。

返回值

类型: gboolean

如果拖动阈值已通过,则为真。