TreeStore.setValue

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

Parameters

iter TreeIter

A valid GtkTreeIter for the row being modified

column int

column number to modify

value Value

new value for the cell

Meta