[Glade-users] gtk_combo_get_text problem
mw158979
newbie at poczta.gazeta.pl
Sun Oct 16 12:21:29 EDT 2005
> I am trying to read the text from a combo_entry. For some reason, after
the
> first time I select, I get multiple responses. Specifically, I get a
blank
> response, then my selection. Here is my code snippet:
Yes, that is a bit old GtkEntry bug.
When the contents change you get two "changed" signals,
first after the entry is cleared (ommited if was empty already),
and next after the right text is placed.
ciao
More information about the Glade-users
mailing list