GNOME Bugzilla – Bug 638405
Error in documentation ComboBoxText
Last modified: 2011-01-14 22:55:53 UTC
In the documentation of ComboBoxText at http://library.gnome.org/devel/gtkmm/2.91/classGtk_1_1ComboBoxText.html The "detailed description" mentions the method "append_text", which does not exist in the overview of public member functions. Instead the overview of public member functions mentions some methods named "append". The text: "You can add items to a ComboBoxText with append_text(), insert_text() or prepend_text() and remove items with remove_text(). ", should probably be changed in "You can add items to a ComboBoxText with append(), insert() or prepend() and remove items with remove_text()."
See also bug 619656 comment 5 with more comments on the documentation of ComboBox and ComboBoxText.
Thanks. Fixed with this commit in git master: http://git.gnome.org/browse/gtkmm/commit/?id=e9d77686ef8d84960fd98719a8791b4f2a15829f That text is not in the gtkmm-2-22 or gtkmm-2-24 branches.