gtkTreeStoreSetValuesv {RGtk2} | R Documentation |
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)
|
[GtkTreeStore ] A GtkTreeStore |
|
[GtkTreeIter ] A valid GtkTreeIter for the row being modified |
|
[integer] a list of column numbers |
|
[R object] a list of GValues |
Since 2.12
Derived by RGtkGen from GTK+ documentation