Description Usage Arguments Details Value Author(s)
Finds the destination window and DND protocol to use at the given pointer position.
1 2 | gdkDragFindWindowForScreen(object, drag.window, screen, x.root,
y.root)
|
|
a |
|
a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon. |
|
the screen where the destination window is sought. |
|
the x position of the pointer in root coordinates. |
|
the y position of the pointer in root coordinates. |
This function is called by the drag source to obtain the
dest.window
and protocol
parameters for gdkDragMotion
.
Since 2.2
A list containing the following elements:
|
location to store the destination window in. [ out ] |
|
location to store the DND protocol in. [ out ] |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.