Hi !Of course it is ! Gtk::TreeView::get_selection [1] and Gtk::TreeSelection [2] should help :)
[1] http://gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1TreeView.html#e953e086ee80dbcd34e49dc55a600dcb [2] http://gtkmm.org/docs/gtkmm-2.4/docs/reference/html/classGtk_1_1TreeSelection.html
Guillaume Sever P A a écrit :
Hello, Making apps with Gtk::TreeView, it seems sometimes an another difficult chapter of Gtkmm programming... Right now, I'm searching the manner to get the row that is not yet activated, but just "selected". I mean, the last blue colorized row that received one click... but not necessary activated. Is it possible ? Could help ? S.