Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkDropReply: gdkDropReply
Description
Accepts or rejects a drop.
Usage
gdkDropReply(object, ok, time = "GDK_CURRENT_TIME")
Arguments
object
a
GdkDragContext
.
ok
TRUE
if the drop is accepted.
time
the timestamp for this operation.
Details
This function is called by the drag destination in response to a drop initiated by the drag source.