TreeStore.set

void set(gtk.tree_iter.TreeIter iter, int[] columns, gobject.value.Value[] values)

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.

Parameters

iterA valid #GtkTreeIter for the row being modified
columnsan array of column numbers
valuesan array of GValues