Description Usage Arguments Details Author(s)
A variant of gtkTreeStoreInsertWithValues
which takes
the columns and values as two lists, instead of varargs. This
function is mainly intended for language bindings.
1 2 | gtkTreeStoreInsertWithValuesv(object, parent, position, columns,
values)
|
|
A |
|
A valid |
|
position to insert the new row |
|
a list of column numbers |
|
a list of GValues |
Since 2.10
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.