gdkWindowGetOrigin {RGtk2} | R Documentation |
Obtains the position of a window in root window coordinates.
(Compare with gdkWindowGetPosition
and
gdkWindowGetGeometry
which return the position of a window
relative to its parent window.)
gdkWindowGetOrigin(object)
|
[GdkWindow ] a GdkWindow |
A list containing the following elements:
retval |
[integer] not meaningful, ignore |
|
[integer] return location for X coordinate |
|
[integer] return location for Y coordinate |
Derived by RGtkGen from GTK+ documentation