Package: gdk

Function gdk-window-position

Lambda List

gdk-window-position (window)

Arguments

window -- a gdk-window object

Return Value

x -- a :int with the x coordinate of window
y -- a :int with the y coordinate of window

Details

Obtains the position of the window as reported in the most-recently-processed gdk-event-configure event. Contrast with the function gdk-window-geometry which queries the X server for the current window position, regardless of which events have been received or processed. The position coordinates are relative to the window's parent window.
 

See also

2020-9-6