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 gtk.tree_iter.TreeIter to set the new row
A valid gtk.tree_iter.TreeIter
position to insert the new row, or -1 for last
an array of column numbers
an array of GValues
Deprecated: Use gtk.tree_list_model.TreeListModel instead
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.