In PyGUI I have a need to find out whether the application
has any visible windows, so I can quit when the last visible
window is closed.

However, I can't seem to find a way of iterating over all
the windows belonging to the application, without also
getting windows belonging to *other* applications.

Any suggestions?

--
Greg
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to