gtkDragFinish: gtkDragFinish

Description Usage Arguments Author(s)

View source: R/gdkFuncs.R

Description

Informs the drag source that the drop is finished, and that the data of the drag will no longer be required.

Usage

1
gtkDragFinish(object, success, del, time = "GDK_CURRENT_TIME")

Arguments

object

the drag context.

success

a flag indicating whether the drop was successful

del

a flag indicating whether the source should delete the original data. (This should be TRUE for a move)

time

the timestamp from the "drag_data_drop" signal.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkDragFinish in RGtk2...