Package: gdk

Function gdk-drag-motion

Lambda List

gdk-drag-motion (context window protocol x y suggested possible time)

Arguments

context -- a gdk-drag-context object
window -- a new gdk-window destination window, obtained by the gdk-drag-find-window-for-screen function
protocol -- a gdk-drag-protocol DND protocol in use, obtained by the gdk-drag-find-window-for-screen function
x -- an integer with the x position of the pointer in root coordinates
y -- an integer with the the y position of the pointer in root coordinates
suggested -- a gdk-drag-action value with the suggested action
possible -- a gdk-drag-action value with the possible actions
time -- an unsigned integer with the timestamp for this operation

Details

Updates the drag context when the pointer moves or the set of actions changes. This function is called by the drag source.
 

See also

2021-10-3