Description Usage Arguments Details Author(s)
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.
1 | gtkListStoreSetValuesv(object, iter, columns, values)
|
|
A |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.