Hello!
I try to read value from one cell from TreeView. I'm trying to do this in
this example:
http://library.gnome.org/devel/gtkmm-tutorial/unstable/sec-treeview-examples.html.en#liststore-example

I'm trying this code:
Glib::RefPtr Selection =m_TreeView.get_selection();
Gtk::TreeView *Tree = Selection->get_tree_view();

How can I read a value from a cell?
-- 
View this message in context: 
http://old.nabble.com/Reading-cell-from-TreeView-tp27748269p27748269.html
Sent from the Gtkmm mailing list archive at Nabble.com.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to