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 gdk:window-position and gdk:window-geometry functions which return the position of a window relative to its parent window.
 

See also

#2023-2-26