On Mon, 2011-05-02 at 23:59 +0430, Ehsan Aali wrote: > I am wondering does Gtk::manage only work properly with add() function or > will it manage to allocate and free the memory even if being used with > append_page() or pack_start() ?
Yes, it should work with anything that makes it a child of a container widget. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
