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, string value)
  2. void setValue(TreeIter iter, int column, int value)
  3. void setValue(TreeIter iter, int column, Value value)
    class ListStore
    void
    setValue

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