Top | ![]() |
![]() |
![]() |
![]() |
GtkCustomSorter is a GtkSorter implementation that sorts via a traditional GCompareDataFunc callback.
GtkSorter * gtk_custom_sorter_new (GCompareDataFunc sort_func
,gpointer user_data
,GDestroyNotify user_destroy
);
Creates a new GtkSorter that works by calling
sort_func
to compare items.