Signal
GdkDragContext::cancel
since: 3.20
Description [src]
The drag and drop operation was cancelled.
This signal will only be emitted if the GdkDragContext
manages
the drag and drop operation. See gdk_drag_context_manage_dnd()
for more information.
Default handler: The default handler is called after the handlers added via |
Available since: 3.20 |
Parameters
reason
-
Type:
GdkDragCancelReason
The reason the context was cancelled.
The data is owned by the caller of the function.