Skip to content

Commit 3417306

Browse files
gh-59551: Document the supported options of tkinter widgets and their Tk versions
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 774052b commit 3417306

2 files changed

Lines changed: 569 additions & 29 deletions

File tree

Doc/library/tkinter.messagebox.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Common message box styles and layouts include but are not limited to:
6969
Arranges for a :ref:`predefined set of buttons <messagebox-types>`
7070
to be displayed.
7171

72+
.. note::
73+
74+
Tk 8.6 added the *command* option.
75+
7276
.. method:: show(**options)
7377

7478
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

Comments
 (0)