Window.setDefaultGeometry

Like Window.setDefaultSize, 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
setDefaultGeometry
(
int width
,
int height
)

Parameters

width int

width in resize increments, or -1 to unset the default width

height int

height in resize increments, or -1 to unset the default height

Detailed Description

Deprecated: This function does nothing. If you want to set a default size, use Window.setDefaultSize instead.

Meta