On Thu, 2009-03-05 at 13:57 -0700, Eddie Carle wrote: > I am trying to create a list only TreeModel derivation and am unsure of > what I need to override. I am returning TREE_MODEL_LIST_ONLY from > Gtk::TreeModel::get_flags() const so do I still have to override the > children related virtuals?
Are you sure you need to derive your own TreeModel instead of using ListStore? I would guess that deriving would indeed mean that you'd have to override the virtual methods. -- José Alburquerque jaalburquer...@cox.net _______________________________________________ gtkmm-list mailing list gtkmm-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtkmm-list