On 10/20/05, Chris Irish <[EMAIL PROTECTED]> wrote: > yeah i'll try that...... but one more thing..... if I delete all those > windows doesn't the main loop keep running? Do I need to have all these > seperate window classes reference the class that instansiates them to kill > the mainloop? Or will it stop if there are no more windows?
That I know of, killing a window will never kill the mainloop, regardless of how many there are -- for that, you need gtk.main_quit. Tom _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
