On 10-10-2007, at 15:14:06 Michael Baranov wrote:
> if (it && it!=children.end()) {
> selection->select(++it);
> }
You are just trying to move selection beyond treeview. You should first
increase your iterator and then check if it is equal to children.end().
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list
