TreeStore.insertWithValues

void insertWithValues(out gtk.tree_iter.TreeIter iter, gtk.tree_iter.TreeIter parent, int position, int[] columns, gobject.value.Value[] values)

A variant of [gtk.tree_store.TreeStore.insertWithValues] which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language bindings.

Parameters

iterAn unset #GtkTreeIter to set the new row, or null.
parentA valid #GtkTreeIter, or null
positionposition to insert the new row, or -1 for last
columnsan array of column numbers
valuesan array of GValues