Hi,

I have created a combo box with
gtk_combo_box_new_text()

I can insert/prepend/append items to this using the convenience functions.

How can I read the text of the items from the combobox? I don't mean the current item - I would like to loop around all items in the combo.

Or do I need to step up and use a TreeModel in order to be able to be able to read contents?

cheers,

Daniel
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to