get_minimum_size


Description:

[ Version ( since = "1.2" ) ]
public void get_minimum_size (out uint width, out uint height)

Retrieves the minimum size for a stage window as set using set_minimum_size.

The returned size may not correspond to the actual minimum size and it is specific to the Stage implementation inside the Clutter backend

Parameters:

this

a Stage

width

return location for the minimum width, in pixels, or null

height

return location for the minimum height, in pixels, or null