Package: gdk

Function gdk-window-origin

Lambda List

gdk-window-origin (window)

Arguments

window -- a gdk-window object

Return Value

x -- an integer with the x coordinate
y -- an integer with the y coordinate

Details

Obtains the position of a window in root window coordinates. Compare with the functions gdk-window-position and gdk-window-geometry which return the position of a window relative to its parent window.
 

See also

2021-2-19