GNOME Bugzilla – Bug 633050
need gtk_combo_box_new_with_model_and_entry
Last modified: 2010-10-29 20:31:06 UTC
There's new_with_entry and new_with_model, but no constructor for both, so one has to resort to g_object_new().
The model can easily be set afterwards. But I think I agree that we should add this.