gtkDragFinish {RGtk2} | R Documentation |
Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.
gtkDragFinish(object, success, del, time = "GDK_CURRENT_TIME")
|
the drag context. |
|
a flag indicating whether the drop was successful |
|
a flag indicating whether the source should delete the
original data. (This should be |
|
the timestamp from the "drag_data_drop" signal. |
Derived by RGtkGen from GTK+ documentation