On Sat, 2003-06-28 at 10:15, Andrew Pierce wrote: > I am trying to learn some GTK+ programming and I was using gtk_list_new() > to create a listbox. I was looking up how to clear all the items from the > listbox and, to my horror ;-), I found the following comment: > > gtk_list_new is deprecated and should not be used in newly-written code. > > Unfortunately, the documentation did not explain what should be used instead. > > How does a boy create a listbox these days?
http://developer.gnome.org/doc/API/2.0/gtk/TreeWidgetObjects.html There are various demos included in 'gtk-demo', which comes with the GTK+ distribution. Regards, Owen _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
