ConstraintGuide.setMinSize
void setMinSize(int width, int height)Sets the minimum size of guide.
If guide is attached to a [gtk.constraint_layout.ConstraintLayout], the constraints will be updated to reflect the new size.
Parameters
width | the new minimum width, or -1 to not change it |
height | the new minimum height, or -1 to not change it |