]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:44 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 11:15:44 +0000 (11:15 +0000)
commitea59b95bd8561995875f54e6b3bed07fac35a1f0
tree2e403ab3dceb6826d2383c8b622ea8abc964a986
parent553d7fa22826f65e14daf9e8c53ef0712467dca8
[3.14] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153102)

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