Problem or Bug??



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




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