gtkListStoreInsertWithValuesv {RGtk2}R Documentation

gtkListStoreInsertWithValuesv

Description

A variant of gtkListStoreInsertWithValues which takes the columns and values as two lists, instead of varargs. This function is mainly intended for language-bindings.

Usage

gtkListStoreInsertWithValuesv(object, position, columns, values)

Arguments

object [GtkListStore] A GtkListStore
position [integer] position to insert the new row
columns [integer] a list of column numbers
values [R object] a list of GValues

Details

Since 2.6

Value

A list containing the following elements:

iter [GtkTreeIter] An unset GtkTreeIter to set to the new row, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]