gdkDropReply {RGtk2} | R Documentation |
Accepts or rejects a drop.
gdkDropReply(object, ok, time = "GDK_CURRENT_TIME")
|
[GdkDragContext ] a GdkDragContext . |
|
[logical] TRUE if the drop is accepted. |
|
[numeric] the timestamp for this operation. |
This function is called by the drag destination in response to a drop initiated by the drag source.
Derived by RGtkGen from GTK+ documentation