A variant of gtk.list_store.ListStore.setValist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings and in case the number of columns to change is not known until run-time.
A valid gtk.tree_iter.TreeIter for the row being modified
an array of column numbers
an array of GValues
Deprecated: Use list models
A variant of gtk.list_store.ListStore.setValist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings and in case the number of columns to change is not known until run-time.