]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151675: Add tkinter Text.sync() and Text.pendingsync() (GH-151677)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Jun 2026 14:11:21 +0000 (17:11 +0300)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 14:11:21 +0000 (17:11 +0300)
commit88e5d8a7b74e391c8ded63d3f5e9d67bf8cc2559
tree50753f158b8b6937b728cfec5ff50db0c24f01aa
parent706238e764169dd36f918a0541adf9687cc3f296
gh-151675: Add tkinter Text.sync() and Text.pendingsync() (GH-151677)

Wrap the Tk text widget "sync" and "pendingsync" subcommands, which
control and report the synchronization of the displayed view with the
underlying text when line heights have not yet been computed.
Doc/library/tkinter.rst
Doc/whatsnew/3.16.rst
Lib/test/test_tkinter/test_text.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2026-06-19-12-00-01.gh-issue-151675.acLD7L.rst [new file with mode: 0644]