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

iterAn unset [gtk.tree_iter.TreeIter] to set the new row
parentA valid [gtk.tree_iter.TreeIter]
positionposition to insert the new row, or -1 for last
columnsan array of column numbers
valuesan array of GValues

Deprecated

Use [gtk.tree_list_model.TreeListModel] instead