gtkTreeStoreInsertWithValuesv {RGtk2} | R Documentation |
A variant of gtkTreeStoreInsertWithValues
which takes
the columns and values as two lists, instead of varargs. This
function is mainly intended for language bindings.
gtkTreeStoreInsertWithValuesv(object, parent, position, columns, values)
|
[GtkTreeStore ] A GtkTreeStore |
|
[GtkTreeIter ] A valid GtkTreeIter , or NULL |
|
[integer] position to insert the new row |
|
[integer] a list of column numbers |
|
[R object] a list of GValues |
Since 2.10
Derived by RGtkGen from GTK+ documentation