TypeScript API Documentation for GTK
API Version: 4.0
Library Version: 4.20.3
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
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.
the two values are equal
the first value is larger than the second
the first value is smaller than the second
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.