Getting model values without columns object...



Hi guys,

Is it possible to access to any specific column data only with a
TreeModel reference and a TreeIter object ?

For example, I have,

Glib::RefPtr<Gtk::TreeModel> & refTreeModel
Gtk::TreeIter & iter

I know that in my data model, there is a column named "col1". Is it
possible to retrieve the value store in "col1" without mention the
columns object (Gtk::TreeModelColumnRecord) ?

Glus


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]