Remove all text elements from GtkComboBox

2004-11-19 Thread Egon Andersen
Hi, I've started migrating from GtkCombo to GtkComboBox. My old GtkCombo contains only text, so I use gtk_combo_box_new_text() At some point I have to 're-build' the text in the combobox which is done by first removing all existing text 'entries' and insert all the new text 'entries'. I haven't

Re: Remove all text elements from GtkComboBox

2004-11-19 Thread Sven Neumann
Hi, Egon Andersen [EMAIL PROTECTED] writes: I've started migrating from GtkCombo to GtkComboBox. My old GtkCombo contains only text, so I use gtk_combo_box_new_text() At some point I have to 're-build' the text in the combobox which is done by first removing all existing text 'entries' and