Package: gdk

GEnum gdk-drag-cancel-reason

Details

Used in the gdk-drag-context object to indicate the reason of a cancelled DND operation.
(define-g-enum "GdkDragCancelReason" gdk-drag-cancel-reason
  (:export t
   :type-initializer "gdk_drag_cancel_reason_get_type")
  :no-target
  :user-cancelled
  :error)  
:no-target
There is no suitable drop target.
:user-cancelled
Drag cancelled by the user.
:error
Unspecified error.
Since 3.20
 

See also

2021-10-3