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

gdkDragMotion

gdkDragMotion


Description

Updates the drag context when the pointer moves or the set of actions changes.

Usage

gdkDragMotion(object, dest.window, protocol, x.root, y.root, 
    suggested.action, possible.actions, time)

Arguments

object

a GdkDragContext.

dest.window

the new destination window, obtained by gdkDragFindWindow.

protocol

the DND protocol in use, obtained by gdkDragFindWindow.

x.root

the x position of the pointer in root coordinates.

y.root

the y position of the pointer in root coordinates.

suggested.action

the suggested action.

possible.actions

the possible actions.

time

the timestamp for this operation.

Details

This function is called by the drag source.

Value

[logical] FIXME

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.