Learn R Programming

RGtk2 (version 2.8.8)

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.