dragFindWindowForScreen

fnvoid dragFindWindowForScreen(gdk.drag_context.DragContext context, gdk.window.Window dragWindow, gdk.screen.Screen screen, int xRoot, int yRoot, out gdk.window.Window destWindow, out gdk.types.DragProtocol protocol)

Finds the destination window and DND protocol to use at the given pointer position.

This function is called by the drag source to obtain the dest_window and protocol parameters for [gdk.global.dragMotion].

Parameters

contexta #GdkDragContext
dragWindowa window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon
screenthe screen where the destination window is sought
xRootthe x position of the pointer in root coordinates
yRootthe y position of the pointer in root coordinates
destWindowlocation to store the destination window in
protocollocation to store the DND protocol in