gdkDragMotion {RGtk2} | R Documentation |
Updates the drag context when the pointer moves or the set of actions changes.
gdkDragMotion(object, dest.window, protocol, x.root, y.root, suggested.action, possible.actions, time)
|
[GdkDragContext ] a GdkDragContext . |
|
[GdkWindow ] the new destination window, obtained by
gdkDragFindWindow . |
|
[GdkDragProtocol ] the DND protocol in use, obtained by gdkDragFindWindow . |
|
[integer] the x position of the pointer in root coordinates. |
|
[integer] the y position of the pointer in root coordinates. |
|
[GdkDragAction ] the suggested action. |
|
[GdkDragAction ] the possible actions. |
|
[numeric] the timestamp for this operation. |
This function is called by the drag source.
[logical] FIXME
Derived by RGtkGen from GTK+ documentation