On Thu, Jul 27, 2006 at 07:58:25AM +0200, Richard Boaz wrote:
> the gtk_list_store_set() function only sets the values of the current row
> defined by iter.
> 
> you must add a new row individually with the function
> gtk_list_store_append() before setting the actual values for the new row
> with gtk_list_store_set().

Or use gtk_list_store_insert_with_values().

Yeti


--
Anonyms eat their boogers.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to