Tk novice question

Fredrik Lundh effbot at telia.com
Thu Mar 30 15:52:21 EST 2000


Joseph Santaniello wrote:
> How do I trap window close events for a given window? I want to (after a
> window is closed by hitting the X or equiv) to cycle through a list of
> spawned windows, but I don't ever know when my window gets closed. Where
> should I look for info on how to do this?

http://www.pythonware.com/library/tkinter/introduction/events-and-bindings.h
tm
=> protocols

</F>





More information about the Python-list mailing list