[ Version ( since = "2.20" ) ]
public void get_client_window_geometry (out int xp, out int yp, out int widthp, out int heightp)
Gets the size and position of this, as last received in a ConfigureNotify event (i.e. this call does not round-trip to the server, just gets the last size we were notified of).
The X and Y coordinates are relative to the root window.
The window manager usually adds a frame around windows. If you need to know the size of this with the frame, use get_geometry.
this |
a Window. |
xp |
return location for X coordinate in pixels of this. |
yp |
return location for Y coordinate in pixels of this. |
widthp |
return location for width in pixels of this. |
heightp |
return location for height in pixels of this. |