On Tue, 2010-03-16 at 15:26 +0100, Milosz Derezynski wrote: > The only way I see to do this is to use gtk_box_forall(), but this is > not > the same as the previous Box::children(), it returns the actual > widgets > only, not the BoxChildren. Sadly there seems to be no way, i currently > need > this to for a derivative of Gtk::HBox.
I guess that we can do what you need with child properties, which we need API for anyway, though it might not be as pretty. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
