Enumeration

GtkConstraintRelation

Declaration

enum Gtk.ConstraintRelation

Description [src]

The relation between two terms of a constraint.

Members

Name Description
GTK_CONSTRAINT_RELATION_LE

Less than, or equal.

GTK_CONSTRAINT_RELATION_EQ

Equal.

GTK_CONSTRAINT_RELATION_GE

Greater than, or equal.