RGtk2 (version 2.20.31)

gdkDropFinish: gdkDropFinish

Description

Ends the drag operation after a drop.

Usage

gdkDropFinish(object, success, time = "GDK_CURRENT_TIME")

Arguments

object
a GtkDragContext.
success
TRUE if the data was successfully received.
time
the timestamp for this operation.

Details

This function is called by the drag destination.