Enumeration

GtkConstraintRelation

since: 4.0

Declaration

enum Gtk.ConstraintRelation

Description [src]

The relation between two terms of a constraint.

Available since: 4.0

Members

GTK_CONSTRAINT_RELATION_LE

Less than, or equal.

  • Value: -1
  • Nickname: le
  • Available since: 4.0
GTK_CONSTRAINT_RELATION_EQ

Equal.

  • Value: 0
  • Nickname: eq
  • Available since: 4.0
GTK_CONSTRAINT_RELATION_GE

Greater than, or equal.

  • Value: 1
  • Nickname: ge
  • Available since: 4.0