Creates a new GtkSorter that works by calling sortFunc to compare items. If sortFunc is null, all items are considered equal.
the callback delegate to use for sorting
a new CustomSorter
Creates a new GtkSorter that works by calling sortFunc to compare items. If sortFunc is null, all items are considered equal.