A variant of 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.TreeIter to set the new row, or NULL.
A valid gtk.TreeIter, or NULL
position to insert the new row, or -1 for last
an array of column numbers
an array of GValues
2.10
A variant of TreeStore.insertWithValues which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language bindings.