Class
GtkNumericSorter
Description [src]
final class Gtk.NumericSorter : Gtk.Sorter
{
/* No available fields */
}
GtkNumericSorter
is a GtkSorter
that compares numbers.
To obtain the numbers to compare, this sorter evaluates a
GtkExpression
.
Instance methods
gtk_numeric_sorter_get_expression
Gets the expression that is evaluated to obtain numbers from items.
gtk_numeric_sorter_set_expression
Sets the expression that is evaluated to obtain numbers from items.
Methods inherited from GtkSorter (3)
gtk_sorter_changed
Notifies all users of the sorter that it has changed.
gtk_sorter_compare
Compares two given items according to the sort order implemented by the sorter.
gtk_sorter_get_order
Gets the order that self
conforms to.
Signals
Signals inherited from GtkSorter (1)
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.