Window.resizeToGeometry

Like Window.resize, but width and height are interpreted in terms of the base size and increment set with gtk_window_set_geometry_hints.

More...
class Window
void
resizeToGeometry
(
int width
,
int height
)

Parameters

width int

width in resize increments to resize the window to

height int

height in resize increments to resize the window to

Detailed Description

Deprecated: This function does nothing. Use Window.resize and compute the geometry yourself.

Meta