TreeModelT.getValue

Initializes and sets @value to that at @column.

When done with @value, g_value_unset() needs to be called to free any allocated memory.

  1. T getValue(TreeIter iter, int column)
  2. void getValue(TreeIter iter, int column, Value value)
    template TreeModelT(TStruct)
    void
    getValue
    (,
    int column
    ,
    out Value value
    )

Parameters

iter TreeIter

the #GtkTreeIter-struct

column int

the column to lookup the value at

value Value

an empty #GValue to set

Meta