StringSorter.collation

gtk.types.Collation collation() @property

Get collation property.

Returns

The collation method to use for sorting.

The [gtk.types.Collation.None] value is useful when the expression already returns collation keys, or strings that need to be compared byte-by-byte.

The default value, [gtk.types.Collation.Unicode], compares strings according to the Unicode collation algorithm.

void collation(gtk.types.Collation propval) @property

Set collation property.

Parameters

propvalThe collation method to use for sorting. The [gtk.types.Collation.None] value is useful when the expression already returns collation keys, or strings that need to be compared byte-by-byte. The default value, [gtk.types.Collation.Unicode], compares strings according to the Unicode collation algorithm.