gtkListStoreInsertWithValuesv {RGtk2} | R Documentation |
A variant of gtkListStoreInsertWithValues
which
takes the columns and values as two lists, instead of
varargs. This function is mainly intended for
language-bindings.
gtkListStoreInsertWithValuesv(object, position, columns, values)
|
[GtkListStore ] A GtkListStore |
|
[integer] position to insert the new row |
|
[integer] a list of column numbers |
|
[R object] a list of GValues |
Since 2.6
A list containing the following elements:
|
[GtkTreeIter ] An unset GtkTreeIter to set to the new row, or NULL . |
Derived by RGtkGen from GTK+ documentation