GNOME Bugzilla – Bug 88675
Images in popup menu
Last modified: 2004-12-22 21:47:04 UTC
When I add ImageMenuElem to a menu and then display the menu using Gtk::Menu::popup() images are not visible. I first have to call menu->show_all(). show_all() is not required when menu is a part of MenuBar.
I thought we fixed this recently. Are you using the latest gtkmm?
Please respond.
Fixed. Thanks. We needed to call show() on the image widget. GTK+ expects you to do this yourself, but we'll help you.