combobox question

2007-01-23 Thread Clint Barlow
Hi everyone, I have a combobox that I am creating with gtk_combo_box_new_text(). Is there a way to change the background color to something other than gray? Thanks- Clint ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

ComboBox question

2005-05-11 Thread David Conley (FRD)
I've got a combobox created that has lots of text entries in it. I would like to at some point during the program cycle select one of these entries. I do not have the id number of the item only the text value of the entry. I'd expect to have to loop through the list and do a string compare on