Learn R Programming

RGtk2 (version 2.12.17)

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

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.

Value

  • [logical] FIXME

Details

This function is called by the drag source.