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 gdk.drag_context.DragContext.manageDnd for more information.

Parameters

context gdk.drag_context.DragContext

a #GdkDragContext

destWindow gdk.window.Window

the new destination window, obtained by gdk_drag_find_window()

protocol gdk.types.DragProtocol

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 gdk.types.DragAction

the suggested action

possibleActions gdk.types.DragAction

the possible actions

time uint

the timestamp for this operation

Return Value

Type: bool