I'd like to change the list of items displayed by a GtkCombo each time I open this GtkCombo by clicking the small arrow on the right side. Or each time it's opened after pressing enter in the GtkEntry.
(because this list can change dynamically in other dialog boxes).
I tried a button_pressed event on the GtkCombo then change the list of strings but it looks like this event is never generated, and of course never processed. This is with GTK 2.
Any clue to achieve this?
Thank you.
-- Pascal _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list