Ordering

Describes the way two values can be compared.

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

Entries

Link copied to clipboard

the first value is smaller than the second

Link copied to clipboard

the two values are equal

Link copied to clipboard

the first value is larger than the second

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Ordering

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.