Re: Getting model values without columns object...

2013-06-16 Thread Florian Philipp
Am 14.06.2013 18:51, schrieb Glus Xof: > 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 & refTreeModel > Gtk::TreeIter & iter > > I know that in my data model, there is a colum

Getting model values without columns object...

2013-06-14 Thread Glus Xof
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 & 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