gtkListStoreSetValue {RGtk2} | R Documentation |
Sets the data in the cell specified by iter
and column
.
The type of value
must be convertible to the type of the
column.
gtkListStoreSetValue(object, iter, column, value)
|
[GtkListStore ] A GtkListStore |
|
[GtkTreeIter ] A valid GtkTreeIter for the row being modified |
|
[integer] column number to modify |
|
[R object] new value for the cell |
Derived by RGtkGen from GTK+ documentation