GNOME Bugzilla – Bug 425644
Gtk::ComboBox::append_text()
Last modified: 2007-04-05 13:15:35 UTC
Why isn't this there already? Shouldn't a good wrapper wrap all useful functions? The other API is too complicated. The exact version I have is gtkmm24-2.8.2-15 gtk2-2.8.10-39.22 gtk2-devel-2.8.10-39.22 gtkmm24-devel-2.8.2-15
Never mind I found ComboBoxText. (perhapses it should be made more obvious somehow)
The reference documentation says "See also ComboBoxText, which is specialised for a single text column." I don't know how to make it clearer, particularly because ComboBoxText will rarely be good enough, because you will often need a second ID column.