Disable the X-button for the window after button click event done.
Asked
Active
Viewed 26 times
0
-
1Thanks. it worked. '''def disable_event(): pass root.protocol("WM_DELETE_WINDOW", disable_event)''' – Vignesh Vangala Feb 07 '23 at 09:48