TKinter -- '<Destroy>' event executing more than once?

jepler at unpythonic.net jepler at unpythonic.net
Sat Jun 11 22:17:22 EDT 2005


Bindings created on a Toplevel or Tk widget apply to *all* widgets in the same
toplevel.  

So you're seeing a <Destroy> event for each widget you create...

Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20050611/0b66651e/attachment.sig>


More information about the Python-list mailing list