gtkListStoreSetValue {RGtk2}R Documentation

gtkListStoreSetValue

Description

Sets the data in the cell specified by iter and column. The type of value must be convertible to the type of the column.

Usage

gtkListStoreSetValue(object, iter, column, value)

Arguments

object [GtkListStore] A GtkListStore
iter [GtkTreeIter] A valid GtkTreeIter for the row being modified
column [integer] column number to modify
value [R object] new value for the cell

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]