gdkDropFinish: gdkDropFinish

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

Ends the drag operation after a drop.

Usage

1
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.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkDropFinish in RGtk2...