]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 11 Jul 2026 05:34:13 +0000 (08:34 +0300)
committerGitHub <noreply@github.com>
Sat, 11 Jul 2026 05:34:13 +0000 (08:34 +0300)
commit342e5a421841ad3e6614b71cba3b59ded67e3aa9
tree1022926aa8bd1bb7eb49405f34398bf381c930cf
parent45fa07b025cb38e607a8f3c6d3ade9a28ce84e34
gh-153259: Add tkinter.systray -- system tray icon and notifications (GH-153260)

Add the tkinter.systray module with the SysTrayIcon class wrapping the
"tk systray" command and the notify() function wrapping "tk sysnotify"
(Tk 8.7/9.0 and newer).

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tk.rst
Doc/library/tkinter.rst
Doc/library/tkinter.systray.rst [new file with mode: 0644]
Doc/whatsnew/3.16.rst
Lib/test/test_tkinter/test_systray.py [new file with mode: 0644]
Lib/tkinter/systray.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-07-06-14-05-40.gh-issue-153259.sysTr1.rst [new file with mode: 0644]