iter_set_value
Description:
[ Version ( since = "3.30" ) ]
public static void iter_set_value (GraphModelIter iter, uint column, Value value)
public static void iter_set_value (GraphModelIter iter, uint column, Value value)
Sets an individual value within a specific column.
Parameters:
| iter |
the iter to set |
| column |
the column to set |
| value |
the new value for the column |