]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jul 2026 05:50:08 +0000 (08:50 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 05:50:08 +0000 (05:50 +0000)
commitb39dfe266e0d70cc44294d9edd2f61fbc4b28e21
treeffb070519bda28bf16b0cdfa899a290bb7e1455b
parent342e5a421841ad3e6614b71cba3b59ded67e3aa9
gh-72880: Add tkinter.fontchooser -- interface to the font selection dialog (GH-153255)

The FontChooser class wraps the "tk fontchooser" command.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tk.rst
Doc/library/tkinter.fontchooser.rst [new file with mode: 0644]
Doc/library/tkinter.rst
Doc/whatsnew/3.16.rst
Lib/test/test_tkinter/test_fontchooser.py [new file with mode: 0644]
Lib/tkinter/fontchooser.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-07-06-13-42-17.gh-issue-72880.fcXhWr.rst [new file with mode: 0644]