gdkWindowGetPosition {RGtk2} | R Documentation |
Obtains the position of the window as reported in the
most-recently-processed GdkEventConfigure
. Contrast with
gdkWindowGetGeometry
which queries the X server for the
current window position, regardless of which events have been
received or processed.
gdkWindowGetPosition(object)
|
[GdkWindow ] a GdkWindow |
The position coordinates are relative to the window's parent window.
A list containing the following elements:
|
[integer] X coordinate of window |
|
[integer] Y coordinate of window |
Derived by RGtkGen from GTK+ documentation