get_value
Description:
public abstract void get_value (
TreeIter iter,
int column,
out Value value)
Initializes and sets value
to that at column
.
When done with value
, unset needs to be called to free any allocated memory.
Parameters:
this |
a TreeModel
|
iter |
the TreeIter-struct
|
column |
the column to lookup the value at
|
value |
an empty Value to set
|