Hi all
i have a normal combobox created with
gtk_combo_box_new_text 
and filled it with text with
gtk_combo_box_append_text
works fine.
Now i have the bug like
http://bugzilla.gnome.org/show_bug.cgi?id=302696
so i try to find another solution.

Now i have an gchar* array with the text to be insert into the combo_box.
So i use gtk_combo_box_get_active to retrieve the current selected and
return array [selected] but it returns always -1 which means nothing is
selected even with gtk_combo_box_set_active (combo_box,3).

Any ideas/help?
Thanks

Alex

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to