Re: [glade--]no matching function for call to Gtk::Menu_Helpers::ImageMenuItem()
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Klaus Triendl wrote:
> hi everyone,
>
> i use:
> glade-2 1.1.2
> glademm V1.1.1c_cvs
> gtkmm-1.3.23
>
>
> glademm writes the following 2 lines of code with a stock menu item (quit
> menu item):
>
> menuFile_menu->items().push_back(Gtk::Menu_Helpers::ImageMenuElem());
> menuItemQuit = (Gtk::ImageMenuItem *)&menuFile_menu->items().back();
can you send me your .glade + .gladep file (private mail) so that I can
try to reproduce the bug myself. Perhaps this is just another format
change of the glade file ...
Christof