GNOME Bugzilla – Bug 127805
GtkComboBox/GtkComboBoxEntry support
Last modified: 2004-12-22 21:47:04 UTC
I've just added support for GtkComboBox/GtkComboBoxEntry to Glade in cvs (head). I've used a special "items" property to allow the user to set the text items in the combo, exactly as we did for the old GtkCombo. So if you agree with this, it needs to be supported in libglade. The only other options we have are to not support setting the combo contents at all (very bad), or to support setting up the list/treestore and all the contents (more work that I want to do really).
Moving to high priority. We need to sort this out before GNOME 2.6, otherwise the new combo widgets can't be used very easily.
Created attachment 24560 [details] [review] Patch to add support for "items" property, and for GtkComboBoxEntry
Created attachment 24561 [details] test file for GtkComboBox
Created attachment 24562 [details] test file for GtkComboBoxEntry
I've applied the patch.