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 633050 - need gtk_combo_box_new_with_model_and_entry
need gtk_combo_box_new_with_model_and_entry
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
2.91.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-24 19:15 UTC by Christian Persch
Modified: 2010-10-29 20:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2010-10-24 19:15:26 UTC
There's new_with_entry and new_with_model, but no constructor for both, so one has to resort to g_object_new().
Comment 1 Matthias Clasen 2010-10-29 16:26:05 UTC
The model can easily be set afterwards.
But I think I agree that we should add this.