TreeStore.insertWithValues

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

iter gtk.tree_iter.TreeIter

An unset #GtkTreeIter to set the new row, or null.

parent gtk.tree_iter.TreeIter

A valid #GtkTreeIter, or null

position int

position to insert the new row, or -1 for last

columns int[]

an array of column numbers

values gobject.value.Value[]

an array of GValues