Gtk.TreeStore.prototype.set_value
function set_value(iter:Gtk.TreeIter, column:Number, value:GObject.Value):void { // Gjs wrapper for gtk_tree_store_set_value() }
Sets the data in the cell specified by iter and column. The type of value must be convertible to the type of the column.
- iter
A valid Gtk.TreeIter for the row being modified
- column
column number to modify
- value
new value for the cell