Enumeration
GtkConstraintStrength
Description [src]
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.
Members
- 
            GTK_CONSTRAINT_STRENGTH_REQUIRED
- 
            The constraint is required towards solving the layout. - Value: 1001001000
- Available since: 4.0
 
- Value: 
- 
            GTK_CONSTRAINT_STRENGTH_STRONG
- 
            A strong constraint. - Value: 1000000000
- Available since: 4.0
 
- Value: 
- 
            GTK_CONSTRAINT_STRENGTH_MEDIUM
- 
            A medium constraint. - Value: 1000
- Available since: 4.0
 
- Value: 
- 
            GTK_CONSTRAINT_STRENGTH_WEAK
- 
            A weak constraint. - Value: 1
- Available since: 4.0
 
- Value: