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