Reading from a GtkComboBox created with ..._new_text()



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]