Packages
gtk4
Gdk
DragCancelReason
ERROR
NO_TARGET
USER_CANCELLED
DragCancelReason
Description:
[
CCode
( cprefix =
"GDK_DRAG_CANCEL_"
, type_id =
"gdk_drag_cancel_reason_get_type ()"
) ]
public
enum
DragCancelReason
Used in `GdkDrag` to the reason of a cancelled DND operation.
Namespace:
Gdk
Package:
gtk4
Content:
Enum values:
ERROR
-
Unspecified error.
NO_TARGET
-
There is no suitable drop target.
USER_CANCELLED
-
Drag cancelled by the user