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)
|
|
|
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