ListStore.setValuesv

A variant of ListStore.setValist which takes the columns and values as two arrays, instead of varargs. This function is mainly intended for language-bindings and in case the number of columns to change is not known until run-time.

class ListStore
void
setValuesv

Parameters

iter TreeIter

A valid gtk.TreeIter for the row being modified

columns int[]

an array of column numbers

values Value[]

an array of GValues

Meta

Since

2.12