GtkWindow::get_size

array get_size();

Returns the height and width of the window as an array. In the returned array, the height is the first element and the width is the second.

The dimensions of the window can be affected calls to set_size_request() and/or any children which have been added to the window.

See also: set_size_request()