Class
GtkCustomSorter
Description [src]
final class Gtk.CustomSorter : Gtk.Sorter {
/* No available fields */
}
GtkCustomSorter
is a GtkSorter
implementation that sorts via a callback function.
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
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)
Gtk.Sorter::changed
Emitted whenever the sorter changed.
Signals inherited from GObject (1)
GObject.Object::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.