set_min_size


Description:

public void set_min_size (int width, int height)

Sets the minimum size of this.

If this is attached to a `GtkConstraintLayout`, the constraints will be updated to reflect the new size.

Parameters:

this

a `GtkConstraintGuide` object

width

the new minimum width, or -1 to not change it

height

the new minimum height, or -1 to not change it