[python-win32] Tkinter question

Adam Vainder avainder@codonics.com
Fri, 20 Dec 2002 16:12:11 -0500


Hi all,

I'm working with a Tkinter GUI in Windows.

I would like to bind an event to the "X" window button (that one in the
upper-right corner of a window that closes it). I want it to be able to
do a couple other things before closing the window.

How do I overrride that button?  Specifically, what is its default name
so that I can bind to it?

Thanks in advance =)

Adam