Package: gtk

Function gtk-tree-store-set-value

Lambda List

gtk-tree-store-set-value (store iter column value)

Arguments

store -- a gtk-tree-store object
iter -- a valid gtk-tree-iter iterator for the row being modified
column -- an integer with the column number to modify
value -- new value for the cell

Details

Sets the data in the cell specified by iter and column. The type of value must be convertible to the type of the column.
 

See also

2021-3-3