Enumeration
Gtk.ConstraintStrength
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
Name | Nickname | Value | Description |
---|---|---|---|
GTK_CONSTRAINT_STRENGTH_REQUIRED |
"required" |
1001001000 |
The constraint is required towards solving the layout |
GTK_CONSTRAINT_STRENGTH_STRONG |
"strong" |
1000000000 |
A strong constraint |
GTK_CONSTRAINT_STRENGTH_MEDIUM |
"medium" |
1000 |
A medium constraint |
GTK_CONSTRAINT_STRENGTH_WEAK |
"weak" |
1 |
A weak constraint |