SorterOrder

Describes the type of order that a GtkSorter may produce.

Entries

Link copied to clipboard

A partial order. Any GtkOrdering is possible.

Link copied to clipboard

No order, all elements are considered equal. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL.

Link copied to clipboard

A total order. gtk_sorter_compare() will only return %GTK_ORDERING_EQUAL if an item is compared with itself. Two different items will never cause this value to be returned.

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

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.