We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774052b commit 3417306Copy full SHA for 3417306
2 files changed
Doc/library/tkinter.messagebox.rst
@@ -69,6 +69,10 @@ Common message box styles and layouts include but are not limited to:
69
Arranges for a :ref:`predefined set of buttons <messagebox-types>`
70
to be displayed.
71
72
+ .. note::
73
+
74
+ Tk 8.6 added the *command* option.
75
76
.. method:: show(**options)
77
78
Display a message window and wait for the user to select one of the buttons. Then return the symbolic name of the selected button.
0 commit comments