gdkDragBegin {RGtk2}R Documentation

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 GdkAtoms

Details

This function is called by the drag source.

Value

[GdkDragContext] a newly created GdkDragContext.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]