Enumeration
GdkDragCancelReason
since: 3.20
Description [src]
Used in GdkDragContext
to the reason of a cancelled DND operation.
Available since: 3.20
Members
Name | Description |
---|---|
GDK_DRAG_CANCEL_NO_TARGET |
There is no suitable drop target. |
GDK_DRAG_CANCEL_USER_CANCELLED |
Drag cancelled by the user. |
GDK_DRAG_CANCEL_ERROR |
Unspecified error. |