:right-sidebar: True ConstraintStrength =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: ConstraintStrength :no-contents-entry: The strength of a constraint, expressed as a symbolic constant. The strength of a :obj:`~gi.repository.Gtk.Constraint` can be expressed with any positive integer; the values of this enumeration can be used for readability. Fields ------ .. rst-class:: interim-class .. class:: ConstraintStrength :no-index: .. attribute:: MEDIUM A medium constraint .. attribute:: REQUIRED The constraint is required towards solving the layout .. attribute:: STRONG A strong constraint .. attribute:: WEAK A weak constraint