On Sun, 12 Aug 2001, jbrite wrote: > How do you get the lists to alphabatize. gtk_clist_sort(list); You may need to set an appropriate compare_func via gtk_clist_set_compare_func() first, see the documentation for details. -- bje