I want to capture event of the top window's exit event because I need to do some extra work before the program exits. But I do not know which event type I should use,in another words, what is the format of "standard X event types" mentioned in the BIND manual in TK.
bind ?? . {my scripts}
Appreciate your help
bind ?? . {my scripts}
Appreciate your help