resize_to_geometry
Description:
[ Version ( deprecated = true , deprecated_since = "3.20" , since = "3.0" ) ]
public void resize_to_geometry (int width, int height)
public void resize_to_geometry (int width, int height)
Warning: resize_to_geometry is deprecated since 3.20.
Like resize, 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. Use resize and compute the geometry yourself.
Parameters:
this |
a Window |
width |
width in resize increments to resize the window to |
height |
height in resize increments to resize the window to |