Creates a new numeric sorter using the given expression.
Gets the expression that is evaluated to obtain numbers from items.
Gets whether this sorter will sort smaller numbers first.
Sets the expression that is evaluated to obtain numbers from items.
Sets whether to sort smaller numbers before larger ones.
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.numeric_sorter.NumericSorter is a gtk.sorter.Sorter that compares numbers.
To obtain the numbers to compare, this sorter evaluates a gtk.expression.Expression.