Package: gtk

Function gtk:list-store-set-value

Lambda List

gtk:list-store-set-value (store iter colnum value)

Arguments

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

Details

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

See also

2024-3-14