]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jul 2026 11:15:42 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 11:15:42 +0000 (11:15 +0000)
commit67d782c6bc76578a1ed28e82953a9013bc6226bd
treef8486fd0217a0a113e3f50ac0bf200725e2111d6
parent88baea812edb8af03bca41b1bdf7cc9ed704dba8
[3.15] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153101)

Tk geometry strings can contain a negative offset (e.g. 200x100+-9+-8)
when a window edge is positioned beyond the corresponding screen edge.
Note this in the geometry() and winfo_geometry() documentation.
(cherry picked from commit 19b5e8e1f510eb2fdd3f6261006b61f8cf441101)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst