Enumeration (GI Enum)

Gtk-4.0GtkOrdering

Describes the way two values can be compared.

These values can be used with a GLib.CompareFunc. However, a GLib.CompareFunc is allowed to return any integer values. For converting such a value to a Gtk.Ordering value, use Gtk.Ordering.from_cmpfunc.

Index

Enumeration Members

Enumeration Members

EQUAL: number

the two values are equal

LARGER: number

the first value is larger than the second

SMALLER: number

the first value is smaller than the second