- Tkinter GUI Programming by Example
- David Love
- 77字
- 2021-08-27 18:49:09
Showing warnings or errors
If the information to convey is more serious, you can let the user know with showwarning.
If something goes wrong, tell the user with showerror instead.
Both of these function the same as the showinfo box that we have practiced but display a different image inside the box.
Try changing the showinfo in say_hello to a showwarning and the showinfo in say_goodbye to a showerror to see what these boxes will look like.
推薦閱讀