[ Version ( since = "1.2" ) ]
public void set_minimum_size (uint width, uint height)
Sets the minimum size for a stage window, if the default backend uses Stage inside a window
This is a convenience function, and it is equivalent to setting the min_width and min_height on this
If the current size of this is smaller than the minimum size, the this
will be resized to the new width
and height
This function has no effect if this is fullscreen
this |
a Stage |
width |
width, in pixels |
height |
height, in pixels |