Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkDragBegin

gtkDragBegin


Description

Initiates a drag on the source side. The function only needs to be used when the application is starting drags itself, and is not needed when gtkDragSourceSet is used.

Usage

gtkDragBegin(object, targets, actions, button, event)

Arguments

object

the source widget.

targets

The targets (data formats) in which the source can provide the data.

actions

A bitmask of the allowed drag actions for this drag.

button

The button the user clicked to start the drag.

event

The event that triggered the start of the drag.

Value

[GdkDragContext] the context for this drag.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.