On Wed, Apr 29, 2009 at 4:01 AM, Germán Diago <[email protected]> wrote: > Anyway, I would like to know if there's at least a way to show data > from a container > avoiding copies, even if it's not a general method for stl containers. > Is this too much work?
if you store pointer-to-object in the TreeModel, then on some level copying is avoided. you still have the hassle of maintaining both models and keep them in sync, but this is sometimes not so hard. i've used this approach a lot, btw,. _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
