Re: [gtkmm] Menu destructor problems.



Except for the fact that I'm using gcc 3.2. In fact I think it was that
very bug that prompted me to upgrade my system.

On Tue, 2003-01-21 at 17:54, Murray Cumming wrote:
> On Tue, 2003-01-21 at 23:51, jlm wrote:
> > test_window::test_window()
> > : menu_one("One"), menu_two("Two")
> > {
> >   Gtk::Menu_Helpers::MenuList& menulist=the_menu.items();
> >   menulist.push_back(menu_one);
> >   menulist.push_back(menu_two);
> > //    the_menu.append(menu_one);
> > //    the_menu.append(menu_two);
> >   some_menu.set_menu(the_menu);
> >   add(some_menu);
> 
> Looks like the gcc 2.9* dynamic_cast<> bug mentioned in the gtkmm FAQ.
> 
> -- 
> Murray Cumming
> murray usa net
> www.murrayc.com
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]