set_default_geometry
Description:
[ Version ( deprecated = true , deprecated_since = "3.20" , since = "3.0" ) ]
public void set_default_geometry (int width, int height)
public void set_default_geometry (int width, int height)
Warning: set_default_geometry is deprecated since 3.20.
Like set_default_size, but width
and height
are interpreted in terms of the base size and increment set with gtk_window_set_geometry_hints.
Note:
This function does nothing. If you want to set a default size, use set_default_size instead.
Parameters:
this |
a Window |
width |
width in resize increments, or -1 to unset the default width |
height |
height in resize increments, or -1 to unset the default height |