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