Disable Exit (or [ X ]) in tkinter Window
问题 I am posting this because I myself have struggled with finding a clear answer on this problem . . . In search of trying to create a progress bar for my program, I find that it is difficult to do using tkinter. To accomplish creating a progress bar without running into the dreaded "mainloop", I opted to make a class out of the progress bar using threads. Through lots of trial an error, I found that there is not much that can be customized due to the use of multithreading (tkinter likes being