DragContext.dragMotion

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

This function is called by the drag source.

This function does not need to be called in managed drag and drop operations. See DragContext.manageDnd for more information.

Parameters

context DragContext
destWindow Window

the new destination window, obtained by gdk_drag_find_window()

protocol GdkDragProtocol

the DND protocol in use, obtained by gdk_drag_find_window()

xRoot int

the x position of the pointer in root coordinates

yRoot int

the y position of the pointer in root coordinates

suggestedAction GdkDragAction

the suggested action

possibleActions GdkDragAction

the possible actions

time uint

the timestamp for this operation