Package: gtk

GEnum gtk:constraint-strength

Declaration

(gobject:define-genum "GtkConstraintStrength" constraint-strength
  (:export t
   :type-initializer "gtk_constraint_strength_get_type")
  (:required 1001001000)
  (:strong   1000000000)
  (:medium   1000)
  (:weak     1))  

Values

:required
The constraint is required towards solving the layout.
:strong
A strong constraint.
:medium
A medium constraint.
:weak
A weak constraint.

Details

The strength of a constraint, expressed as a symbolic constant. The strength of a gtk:constraint widget can be expressed with any positive integer. The values of this enumeration can be used for readability.
 

See also

2024-4-24