gdkDropFinish {RGtk2} | R Documentation |
Ends the drag operation after a drop.
gdkDropFinish(object, success, time = "GDK_CURRENT_TIME")
|
[GdkDragContext ] a GtkDragContext . |
|
[logical] TRUE if the data was successfully received. |
|
[numeric] the timestamp for this operation. |
This function is called by the drag destination.
Derived by RGtkGen from GTK+ documentation