Window.resizeToGeometry

void resizeToGeometry(int width, int height)

Like 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

widthwidth in resize increments to resize the window to
heightheight in resize increments to resize the window to

Deprecated

This function does nothing. Use

gtk.window.Window.resize and compute the geometry yourself.