If I have a pygtk app and I want it to do something if its been sitting idle for a few minutes. What is the best way to go about this? It seems to me that I would need a timer that would be reset everytime a signal was emitted or something? Any ideas..... or has anyone done this. Would I need every signal emitted to call a timer reset method AND the method to perform its usual action? How would i keep the timer incrementing after I left the method?
Thanks,
Chris
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to