StringSorter
GtkStringSorter
is a GtkSorter
that compares strings.
It does the comparison in a linguistically correct way using the current locale by normalizing Unicode strings and possibly case-folding them before performing the comparison.
To obtain the strings to compare, this sorter evaluates a class@Gtk.Expression.
Constructors
Properties
Functions
Notifies all users of the sorter that it has changed.
Emitted whenever the sorter changed.
Gets which collation method the sorter uses.
Gets the expression that is evaluated to obtain strings from items.
Gets whether the sorter ignores case differences.
Gets the order that @self conforms to.
Sets the collation method to use for sorting.
Sets the expression that is evaluated to obtain strings from items.
Sets whether the sorter will ignore case differences.