GNOME Bugzilla – Bug 144883
ComboBoxText does not work
Last modified: 2004-12-22 21:47:04 UTC
Using "#include <gtkmm.h>" Gtk::ComboBoxText will not be declared: error: `ComboBoxText' undeclared (first use this function) The problem is that gtkmm/comboboxentrytext.h uses the same #define/#ifndef _GTKMM_COMBOBOXTEXT_H, while it should actually use _GTKMM_COMBOBOXENTRYTEXT_H. -Samuel
I believe this was fixed in the latest tarball.