Class
Gtk.CustomSorter
Description [src]
final class Gtk.CustomSorter : Gtk.Sorter {
/* No available fields */
}
GtkCustomSorter
is a GtkSorter
implementation that sorts via a callback function.
Ancestors
- GtkSorter
- GObject
Constructors
gtk_custom_sorter_new
Creates a new GtkSorter
that works by calling
sort_func
to compare items.
Instance methods
gtk_custom_sorter_set_sort_func
Sets (or unsets) the function used for sorting items.
Methods inherited from GtkSorter (3)
gtk_sorter_changed
Emits the GtkSorter::changed
signal to notify 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.