gtkTreeStoreSetValuesv
A variant of gtkTreeStoreSetValist()
which takes
the columns and values as two lists, instead of varargs. This
function is mainly intended for language bindings or in case
the number of columns to change is not known until run-time.
gtkTreeStoreSetValuesv(object, iter, columns, values)
|
|
|
A valid |
|
a list of column numbers. [ array length=n_values] |
|
a list of GValues. [ array length=n_values] |
Since 2.12
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.