gtk_combo_set_popdown_strings question.



Is it the intent that setting the popdown strings clears
the combo entry?

If so, is there a good argument for doing so?

To see this behavior swap the following two lines in testgtk.c

2789:    gtk_combo_set_popdown_strings (GTK_COMBO (cb), cbitems);
2790:    gtk_entry_set_text (GTK_ENTRY (GTK_COMBO(cb)->entry), "hello
world");

If no one objects. I will try to modify the behavior of
set_popdown_strings
to leave the entry alone unless value_in_list is true.

thanks,
Todd.
-- 
   | Todd Dukes                      E-MAIL:  tdukes@ibmoto.com |
   | Motorola Somerset                  Phone:   (512) 424-8008 |
   | 6200 Bridgepoint Parkway Building #4 MS OE70               |
   | Austin, Texas 78730                                        |



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