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
iter | An unset #GtkTreeIter to set the new row, or null. |
parent | A valid #GtkTreeIter, or null |
position | position to insert the new row, or -1 for last |
columns | an array of column numbers |
values | an array of GValues |