Gtk.TreeModel::get_value
function vfunc_get_value(iter:Gtk.TreeIter, column:Number):void { }
Initializes and sets value to that at column.
When done with value, GObject.unset needs to be called to free any allocated memory.
- iter
the Gtk.TreeIter
- column
the column to lookup the value at