ConstraintGuide.setNatSize

void setNatSize(int width, int height)

Sets the natural size of guide.

If guide is attached to a [gtk.constraint_layout.ConstraintLayout], the constraints will be updated to reflect the new size.

Parameters

widththe new natural width, or -1 to not change it
heightthe new natural height, or -1 to not change it