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 127805 - GtkComboBox/GtkComboBoxEntry support
GtkComboBox/GtkComboBoxEntry support
Status: RESOLVED FIXED
Product: libglade
Classification: Deprecated
Component: gtk
CVS HEAD
Other other
: High normal
: ---
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2003-11-24 14:05 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
Patch to add support for "items" property, and for GtkComboBoxEntry (2.61 KB, patch)
2004-02-19 15:20 UTC, Damon Chaplin
none Details | Review
test file for GtkComboBox (1.61 KB, text/plain)
2004-02-19 15:21 UTC, Damon Chaplin
  Details
test file for GtkComboBoxEntry (1.62 KB, text/plain)
2004-02-19 15:22 UTC, Damon Chaplin
  Details

Description Damon Chaplin 2003-11-24 14:05:54 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).
Comment 1 Damon Chaplin 2004-01-30 16:03:09 UTC
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.
Comment 2 Damon Chaplin 2004-02-19 15:20:31 UTC
Created attachment 24560 [details] [review]
Patch to add support for "items" property, and for GtkComboBoxEntry
Comment 3 Damon Chaplin 2004-02-19 15:21:30 UTC
Created attachment 24561 [details]
test file for GtkComboBox
Comment 4 Damon Chaplin 2004-02-19 15:22:20 UTC
Created attachment 24562 [details]
test file for GtkComboBoxEntry
Comment 5 Damon Chaplin 2004-03-08 16:56:44 UTC
I've applied the patch.