Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gdkDragBegin: gdkDragBegin
Description
Starts a drag and creates a new drag context for it.
Usage
gdkDragBegin(object, targets)
Arguments
object
the source window for this drag.
targets
the offered targets, as list of
GdkAtom
s
Value
GdkDragContext
] a newly created
GdkDragContext
.
Details
This function is called by the drag source.