gdkDragBegin: gdkDragBegin

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

Starts a drag and creates a new drag context for it.

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkDragBegin in RGtk2...