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 135495 - GtkComboBoxEntry convenience function
GtkComboBoxEntry convenience function
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
unspecified
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-02-26 14:11 UTC by Damon Chaplin
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
adds convenience function and fixes a doc comment (2.60 KB, patch)
2004-02-26 14:20 UTC, Damon Chaplin
none Details | Review
testcombo patch to use convenience API (2.20 KB, patch)
2004-02-26 14:22 UTC, Damon Chaplin
none Details | Review

Description Damon Chaplin 2004-02-26 14:11:24 UTC
GtkComboBoxEntry should have a convenience function to create a simple
text combo, just like GtkComboBox.

I'll attach a patch in a sec.
Comment 1 Damon Chaplin 2004-02-26 14:20:49 UTC
Created attachment 24800 [details] [review]
adds convenience function and fixes a doc comment
Comment 2 Damon Chaplin 2004-02-26 14:22:06 UTC
Created attachment 24801 [details] [review]
testcombo patch to use convenience API
Comment 3 Matthias Clasen 2004-02-26 14:24:33 UTC
Pretty good idea. We should also add some hints about


the GtkCombo -> GtkComboBoxEntry and GtkOptionMenu -> GtkCombo


migration to the "Migrating..." part of the api docs.
Comment 4 Owen Taylor 2004-02-26 15:31:57 UTC
Looks good to me, though in the docs I'd
say "a new *editable* text combo box", to distinguish it
from gtk_combo_box_new_text().