Method
GtkTreeStoreset_value
Declaration [src]
void
gtk_tree_store_set_value (
GtkTreeStore* tree_store,
GtkTreeIter* iter,
gint 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.
Parameters
iter
-
Type:
GtkTreeIter
A valid
GtkTreeIter
for the row being modified.The data is owned by the caller of the method. column
-
Type:
gint
Column number to modify.
value
-
Type:
GValue
New value for the cell.
The data is owned by the caller of the method.