Method
GtkListStoreset_value
deprecated: 4.10
Declaration [src]
void
gtk_list_store_set_value (
  GtkListStore* list_store,
  GtkTreeIter* iter,
  int column,
  GValue* value
)
Description [src]
Sets the data in the cell specified by iter and column.
The type of value must be convertible to the type of the column.
Deprecated since: 4.10
Use list models.
Parameters
- iter
- 
            Type: GtkTreeIterA valid GtkTreeIterfor the row being modified.The data is owned by the caller of the function. 
- column
- 
            Type: intColumn number to modify. 
- value
- 
            Type: GValueNew value for the cell. The data is owned by the caller of the function.