Message Box
This module is utilized to show the message confines the python applications. This module gives a few capacities that a client can use to show a suitable message. A portion of these capacities are show information, pose the inquiry, show cautioning, show mistake, askokcancel, askyesno, and askretrycancel.
- title - This is the message to be shown in the title bar of a message box.
- message - This is the message to bae shown as a message in the message box.
- Options - Options are decisions that might be utilized to tailor a standard message box.
- default - The default choice is utilized to indicate the default button, like ABORT, RETRY, or IGNORE, in the message box.
- parent - The parent choice is accustomed to indicating the window on top of which the message box is to be shown.
0 Comments