Hello everyone!

This is my first time serious programming in C, and I'm using GTK for this.

In a ListStore, I'm trying to add data to it via --

gtk_list_store_set ( list, &current, 0, "test00", 1, "test01", -1 );

However, in both the columns I get test00 instead.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to