Enumeration

GdkDragCancelReason

since: 3.20

Declaration

enum Gdk.DragCancelReason

Description [src]

Used in GdkDragContext to the reason of a cancelled DND operation.

Available since: 3.20

Members

GDK_DRAG_CANCEL_NO_TARGET

There is no suitable drop target.

  • Value: 0
  • Available since: 3.20
GDK_DRAG_CANCEL_USER_CANCELLED

Drag cancelled by the user.

  • Value: 1
  • Available since: 3.20
GDK_DRAG_CANCEL_ERROR

Unspecified error.

  • Value: 2
  • Available since: 3.20