Package: gdk

Function gdk:window-width

Lambda List

gdk:window-width (window)

Arguments

window -- a gdk:window object

Return Value

An integer with the width of window.

Details

Returns the width of the given window. On the X11 platform the returned size is the size reported in the most-recently-processed configure event, rather than the current size on the X server.
 

See also

2023-2-26