gtk.window.Window.resize and compute the geometry yourself.
Window.resizeToGeometry
void resizeToGeometry(int width, int height) nothrowLike gtk.window.Window.resize, but width and height are interpreted in terms of the base size and increment set with gtk_window_set_geometry_hints.
Parameters
width | width in resize increments to resize the window to |
height | height in resize increments to resize the window to |
Deprecated
This function does nothing. Use