Nikos Kouremenos schrieb:

I want to have comboboxentry do what firefox and epiphany location comboboxentry does.
So I need when the user selects a previous visited site, to have an event for that. The only thing I found was changed
but that's not good cause it's emited on just typing a character in the entry too!
now I know that I can (ugly) workaround this by checking if given text by the emission even is one of those in listed in comboboxentry but that's too ugly and too many emissions of events.
I cannot believe that GTK lacks such a signal. ML help :)


I'm not sure (/me isn't a genius with Python ;)). What's about the editing_done signal of the comboboxentry?

regards
Marcus

_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to