On Fri, Mar 19, 2004 at 10:55:25PM -0800, Andrew P. Lentvorski, Jr. wrote: > However, in the included program, main_iteration() always seems to return > True and the loop prints "Loop called" about once every .1 seconds.
Actually, this works as expected in GTK+ 1.2 -- the loop only fires when there are events pending (I move my mouse or focus the window) and the rest of the time it seems to block inside mainiteration as you'd hope it did. So if it *is* broken in GTK+ 2.x, then it *is* a bug :-) Take care, -- Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
