| gtkTreeStoreSetValue {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.
gtkTreeStoreSetValue(object, iter, column, value)
|
[GtkTreeStore] a GtkTreeStore |
|
[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