TreeStore.insertWithValuesv

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.

class TreeStore
void
insertWithValuesv

Parameters

iter TreeIter

An unset gtk.TreeIter to set the new row, or NULL.

parent TreeIter

A valid gtk.TreeIter, or NULL

position int

position to insert the new row, or -1 for last

columns int[]

an array of column numbers

values Value[]

an array of GValues

Meta

Since

2.10