Gtk.Widget::drag-data-delete

function callback(widget, context:Gdk.DragContext, ):void;

The ::drag-data-delete signal is emitted on the drag source when a drag with the action Gdk.DragAction.move is successfully completed. The signal handler is responsible for deleting the data that has been dropped. What "delete" means depends on the context of the drag operation.

widget

instance of Gtk.Widget that is emitting the signal

context

the drag context