GNOME Bugzilla – Bug 135495
GtkComboBoxEntry convenience function
Last modified: 2011-02-04 16:12:26 UTC
GtkComboBoxEntry should have a convenience function to create a simple text combo, just like GtkComboBox. I'll attach a patch in a sec.
Created attachment 24800 [details] [review] adds convenience function and fixes a doc comment
Created attachment 24801 [details] [review] testcombo patch to use convenience API
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.
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().