http://chyla.tk/gtk_foobar-0.1.tar.gz
Daniel Elstner wrote: > > Am Samstag, den 02.01.2010, 06:52 -0800 schrieb Adam Chyla [PL]: > >> if (ListTreeModel->children().end() != iter) >> This should be false, but it isn't. > > It should be false, unless the selection is empty. > > The end iterator points to the element one after the last. It is a > half-open range [begin,end), as usual with the C++ STL. > > If there is indeed an error in gtkmm itself, it would help if you could > provide a small self-contained test case for us to try. > > --Daniel > > > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > > -- View this message in context: http://old.nabble.com/TreeView---First-element-tp26987764p26996562.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
