GNOME Bugzilla – Bug 667319
GtkComboBoxText: allow id='' tag in builder markup
Last modified: 2012-01-05 04:15:33 UTC
Presently, GtkComboBoxText lets you list the items for it in the GtkBuilder markup like so: <items> <item translatable='yes'>Red</item> <item translatable='yes'>Blue</item> </items> but has no way to set the "id" column for added items. Add an id='' tag for that purpose so that you can do: <item id='red' translatable='yes'>Red</item>
Created attachment 204639 [details] [review] GtkComboBoxText: allow id='' tag in builder markup
Review of attachment 204639 [details] [review]: Looks fine to me.
Attachment 204639 [details] pushed as 0ea48c4 - GtkComboBoxText: allow id='' tag in builder markup
Great, I know we discussed this last year and I fell short of implementing the 'id' in that format (actually the ids and the format extension landed around the same time). Opened this issue in Glade to track our side of the implementation: bug 667328. Please feel free (but not harassed ;-)) to open issues on the Glade bug list for any GtkBuilder format that is not yet supported (I think the list is currently up to date though).