set_value
Description:
Sets the data in column
for the row iter
points to, to value
.
The type of value
must be convertible to the type of the column.
When this method call completes the model will emit row_changed. You can edit
the model in place without triggering the change signals by calling dee_model_set_value_silently
.
Parameters:
this |
a Model |
iter | |
column |
column number to set the value |
value |
New value for cell. If |