Package: gdk

GEnum gdk:drag-cancel-reason

Declaration

    
(gobject:define-genum "GdkDragCancelReason" drag-cancel-reason
  (:export t
   :type-initializer "gdk_drag_cancel_reason_get_type")
  :no-target
  :user-cancelled
  :error)    

Values

:no-target
There is no suitable drop target.
:user-cancelled
Drag cancelled by the user.
:error
Unspecified error.

Details

Used in the gdk:drag object to the reason of a cancelled DND operation.
 

See also

2024-5-2