A variant of gtk.tree_store.TreeStore.setValist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language bindings or in case the number of columns to change is not known until run-time.
A valid #GtkTreeIter for the row being modified
an array of column numbers
an array of GValues
A variant of gtk.tree_store.TreeStore.setValist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language bindings or in case the number of columns to change is not known until run-time.