RE: [gtkmm] iterating through the contents of a tree



> >How to iterate over rows: 
> >http://www.gtkmm.org/gtkmm2/docs/tutorial/html/ch08s03.html
> >  
> >
> this is marvellous, but i only want to iterate over the 
> selected rows

OK, so use Gtk::TreeView::get_selection() and then
Gtk::TreeSelection::get_selected_rows() as I described in a similar thread
today.

Murray Cumming
www.murrayc.com
murrayc usa net



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