[docs] [issue31771] tkinter geometry string +- when window ovelaps left or top of screen
Serhiy Storchaka
report at bugs.python.org
Thu Oct 12 09:37:55 EDT 2017
Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:
Tkinter is just a wrapper around the Tk library. It returns what Tk returns. See Tk documentation:
https://www.tcl.tk/man/tcl8.6/TkCmd/winfo.htm#M15
https://www.tcl.tk/man/tcl8.6/TkCmd/wm.htm#M42
If you want to improve Tkinter documentation, patches are welcome.
----------
assignee: -> docs at python
components: +Documentation
nosy: +docs at python, serhiy.storchaka
type: behavior -> enhancement
versions: +Python 2.7, Python 3.6, Python 3.7 -Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31771>
_______________________________________
More information about the docs
mailing list