RGtk2 (version 2.20.31)

gtkListStoreInsertWithValuesv: 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
position
position to insert the new row
columns
a list of column numbers
values
a list of GValues

Value

A list containing the following elements:
iter
An unset GtkTreeIter to set to the new row, or NULL. [ allow-none ]

Details

Since 2.6