Searched refs:_on_quit (Results 1 – 1 of 1) sorted by relevance
329 _root.bind("<Escape>", _on_quit)409 _root.protocol("WM_DELETE_WINDOW", _on_quit)1668 def _on_quit(_=None): function