[pygtk] delete-event with multiple windows from different
classes???
Thomas Mills Hinkle
tmhinkle at gmail.com
Fri Oct 21 03:24:18 WST 2005
On 10/20/05, Chris Irish <chris.irish at libertydistribution.com> 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
More information about the pygtk
mailing list