gtkListStoreSetValuesv {RGtk2} | R Documentation |
A variant of gtkListStoreSetValist()
which
takes the columns and values as two lists, 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.
gtkListStoreSetValuesv(object, iter, columns, values)
|
[GtkListStore ] A GtkListStore |
|
[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