2007/1/4, Thomas Guettler <[EMAIL PROTECTED]>:
After changing the cursor to gtk.gdk.WATCH, I do

while gtk.events_pending():
    gtk.main_iteration()

Can the above code be changed, to only update the screen,
and to leave keyboard/mouse events in the queue?

There is an example in pygtk FAQ that does something similar, the GUI
updates but you cannot interact with widgets:

http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq03.007.htp

HTH

cheers
--
Gian Mario Tagliaretti
http://www.parafernalia.org/pygtk/
_______________________________________________
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