gdkDropReply: gdkDropReply

Description Usage Arguments Details Author(s)

View source: R/gdkFuncs.R

Description

Accepts or rejects a drop.

Usage

1
gdkDropReply(object, ok, time = "GDK_CURRENT_TIME")

Arguments

object

a GdkDragContext.

ok

TRUE if the drop is accepted.

time

the timestamp for this operation.

Details

This function is called by the drag destination in response to a drop initiated by the drag source.

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gdkDropReply in RGtk2...