tkinter.messagebox
— Tkinter 消息提示
¶
源代码: Lib/tkinter/messagebox.py
tkinter.messagebox
module provides a template base class as well as a variety of convenience methods for commonly used configurations. The message boxes are modal and will return a subset of (True, False, OK, None, Yes, No) based on the user’s selection. Common message box styles and layouts include but are not limited to:
Create a default information message box.
Information message box
Warning message boxes
Question message boxes