Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.12.17)
gdkDropFinish: gdkDropFinish
Description
Ends the drag operation after a drop.
Usage
gdkDropFinish(object, success, time = "GDK_CURRENT_TIME")
Arguments
object
[
GdkDragContext
] a
GtkDragContext
.
success
[logical]
TRUE
if the data was successfully received.
time
[numeric] the timestamp for this operation.
Details
This function is called by the drag destination.