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