gdkDragBegin {RGtk2}R Documentation

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.

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.12.5-3 Index]