[Glade-users] clist/ctrees

Byron Ellacott bje@apnic.net
Tue, 14 Aug 2001 14:48:26 +1000 (EST)


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