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")
|
[GdkDragContext ] the drag context. |
|
[logical] a flag indicating whether the drop was successful |
|
[logical] a flag indicating whether the source should delete the
original data. (This should be TRUE for a move) |
|
[numeric] the timestamp from the "drag_data_drop" signal. |
Derived by RGtkGen from GTK+ documentation