Learn R Programming

RGtk2 (version 2.8.8)

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

Details

This function is called by the drag source.