TreeStore.set

A variant of gtk.tree_store.TreeStore.setValist which takes the columns and values as two arrays, instead of using variadic arguments.

This function is mainly intended for language bindings or in case the number of columns to change is not known until run-time.

More...

Parameters

iter gtk.tree_iter.TreeIter

A valid gtk.tree_iter.TreeIter for the row being modified

columns int[]

an array of column numbers

values gobject.value.Value[]

an array of GValues

Detailed Description

Deprecated: Use gtk.tree_list_model.TreeListModel instead