gdkDragFindWindowForScreen {RGtk2} | R Documentation |
Finds the destination window and DND protocol to use at the given pointer position.
gdkDragFindWindowForScreen(object, drag.window, screen, x.root, y.root)
|
[GdkDragContext ] a GdkDragContext |
|
[GdkWindow ] 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. |
|
[GdkScreen ] the screen where the destination window is sought. |
|
[integer] the x position of the pointer in root coordinates. |
|
[integer] 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:
|
[GdkWindow ] location to store the destination window in. |
|
[GdkDragProtocol ] location to store the DND protocol in. |
Derived by RGtkGen from GTK+ documentation