ListStore.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.

  1. void setValue(TreeIter iter, int column, TYPE value)
  2. void setValue(TreeIter iter, int column, Value value)
    class ListStore
    void
    setValue

Parameters

iter TreeIter

A valid gtk.TreeIter for the row being modified

column int

column number to modify

value Value

new value for the cell