gdkDropFinish {RGtk2}R Documentation

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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]