Creates a new string sorter that compares items using the given expression.
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.
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.
Notifies all users of the sorter that it has changed.
Compares two given items according to the sort order implemented by the sorter.
Gets the order that self conforms to.
Connect to Changed signal.
gtk.string_sorter.StringSorter is a gtk.sorter.Sorter 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 gtk.expression.Expression.