Package: gtk

Function gtk:drag-finish

Lambda List

gtk:drag-finish (context success delete time)

Arguments

context -- a gdk:drag-context object
success -- a boolean indicating whether the drop was successful
delete -- a boolean indicating whether the source should delete the original data, this should be true for a move
time -- an unsigned integer with the timestamp from the "drag-drop" signal

Details

Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.
 

See also

#2023-3-17