dragAbort
fn
void dragAbort(gdk.drag_context.DragContext context, uint time)Aborts a drag without dropping.
This function is called by the drag source.
This function does not need to be called in managed drag and drop operations. See [gdk.drag_context.DragContext.manageDnd] for more information.
Parameters
context | a #GdkDragContext |
time | the timestamp for this operation |