GtkConstraintStrength

The strength of a constraint, expressed as a symbolic constant.

The strength of a #GtkConstraint can be expressed with any positive integer; the values of this enumeration can be used for readability.

Values

ValueMeaning
REQUIRED1001001000

The constraint is required towards solving the layout

STRONG1000000000

A strong constraint

MEDIUM1000

A medium constraint

WEAK1

A weak constraint

Meta