Window.resizeToGeometry

Like gtk_window_resize(), but width and height are interpreted in terms of the base size and increment set with gtk_window_set_geometry_hints.

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 Since 3.0

Meta