gtk_list_new - deprecated

2003-06-28 Thread Andrew Pierce
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.

Re: gtk_list_new - deprecated

2003-06-28 Thread Chris Phillips
I had this earlier in the week and Ross was kind enough to add the GtkList bindings on the spot. Check ths weeks archives. On Sat, 28 Jun 2003, 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

Re: gtk_list_new - deprecated

2003-06-28 Thread Owen Taylor
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