On 29.09.2009, at 18:56, sandbox_mail wrote: > Like in a wordprocessor I would like to change the color only after > no further typing was done for ~1 sec. or if the entry loses focus.
Have the signal handler only do an idle_add which then does the actual check. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
