]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:14:57 +0000 (13:14 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 11:14:57 +0000 (11:14 +0000)
commit953657e764d15bfae2798b19dcb078406e133b20
treec78fc78b16849ab08590aa5ce88e2a2c351aa1dd
parente7f235c5ec25461cafa4a4034b1d2f1214fd5575
[3.13] gh-75952: Document negative offsets in tkinter geometry strings (GH-152531) (GH-153103)

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