Package: gdk
Function gdk:drag-drop-done
Lambda Listgdk:drag-drop-done (context success) ArgumentsDetails
Inform GDK if the drop ended successfully. Passing false for success may trigger a drag cancellation
animation. This function is called by the drag source, and should be the last
call before dropping the reference to the drag context. The gdk:drag-context object will only take the first gdk:drag-drop-done function call as effective, if this function is
called multiple times, all subsequent calls will be ignored. | See also |
#2024-6-28