DragAndDrop.finish

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

class DragAndDrop
void
finish
(,
int del
,
uint time
)

Parameters

success int

a flag indicating whether the drop was successful

del int

a flag indicating whether the source should delete the original data. (This should be TRUE for a move)

time uint

the timestamp from the "drag-drop" signal.

Meta