After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 638405 - Error in documentation ComboBoxText
Error in documentation ComboBoxText
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: documentation
2.91.x
Other All
: Normal minor
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2010-12-31 14:33 UTC by Dingeman van der Laan
Modified: 2011-01-14 22:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dingeman van der Laan 2010-12-31 14:33:28 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()."
Comment 1 Kjell Ahlstedt 2011-01-09 14:58:45 UTC
See also bug 619656 comment 5 with more comments on the documentation of
ComboBox and ComboBoxText.
Comment 2 Murray Cumming 2011-01-14 22:55:53 UTC
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.