gdkDragMotion {RGtk2}R Documentation

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 [GdkDragContext] a GdkDragContext.
dest.window [GdkWindow] the new destination window, obtained by gdkDragFindWindow.
protocol [GdkDragProtocol] the DND protocol in use, obtained by gdkDragFindWindow.
x.root [integer] the x position of the pointer in root coordinates.
y.root [integer] the y position of the pointer in root coordinates.
suggested.action [GdkDragAction] the suggested action.
possible.actions [GdkDragAction] the possible actions.
time [numeric] 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


[Package RGtk2 version 2.12.5-3 Index]