Reading cell from TreeView
- From: "Adam Chyla [PL]" <adam chyla gmail com>
- To: gtkmm-list gnome org
- Subject: Reading cell from TreeView
- Date: Mon, 1 Mar 2010 11:57:07 -0800 (PST)
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: Reading cell from TreeView
Sent from the Gtkmm mailing list archive at Nabble.com.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]