insert_value
Description:
Sets the data in the cell specified by iter
and column
.
Note:
Use ListModel instead
The type of value
must be convertable to the type of the column. If the row does not exist then it is created.
Parameters:
this |
a Model |
row |
position of the row to modify |
column |
column to modify |
value |
new value for the cell |