Package: gtk

GEnum gtk:constraint-relation

Declaration

(gobject:define-genum "GtkConstraintRelation" constraint-relation
  (:export t
   :type-initializer "gtk_constraint_relation_get_type")
  (:le -1)
  (:eq 0)
  (:ge 1))  

Values

:le
Less than, or equal
:eq
Equal
:ge
Greater than, or equal

Details

The relation between two terms of a constraint.
2024-4-24