Hi,

On Mon, Nov 24, 2008 at 4:25 PM, Johnson Wong <[EMAIL PROTECTED]> wrote:
> What compare functions does gtktreeview-columns use to sort strings?

If I am not mistaking GtkListStore and GtkTreeStore use
g_utf8_collate() by default for comparing strings.  You can override
the sort function used, if wished, using
gtk_tree_sortable_set_default_sort_func().


regards,

-kris.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to