gdkDropReply {RGtk2}R Documentation

gdkDropReply

Description

Accepts or rejects a drop.

Usage

gdkDropReply(object, ok, time = "GDK_CURRENT_TIME")

Arguments

object [GdkDragContext] a GdkDragContext.
ok [logical] TRUE if the drop is accepted.
time [numeric] the timestamp for this operation.

Details

This function is called by the drag destination in response to a drop initiated by the drag source.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]