Package: gdk
Function gdk:window-position
Lambda Listgdk:window-position (window) ArgumentsReturn Value    x -- an integer for the x coordinate of window  y -- an integer for 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 gdk:window-geometry function 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 | 
2025-08-31