GNOME Bugzilla – Bug 108816
Added function to add row to GtkListStore
Last modified: 2004-12-22 21:47:04 UTC
New function added gtk_list_store_set_value_list that allows to set GtkListStore row with Glist of GValue-s passed as function parameter. The main reason - an attempt to improve TreeView performance when filling lot of data in.
Created attachment 15129 [details] [review] added function gtk_list_store_set_value_list
*** This bug has been marked as a duplicate of 101661 ***