This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Ackbach, serhiy.storchaka, terry.reedy
Date 2018-10-12.17:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539363924.38.0.788709270274.issue34918@psf.upfronthosting.co.za>
In-reply-to
Content
This is a Tk issue. Tkinter returns the same result as a plain Tk (unsurprisingly).

$ rlwrap wish
% winfo screenmmwidth .
1016
% winfo screenwidth .
3840
% puts [expr "25.4*[winfo screenwidth .]/[winfo screenmmwidth .]"]
96.0
History
Date User Action Args
2018-10-12 17:05:24serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, Ackbach
2018-10-12 17:05:24serhiy.storchakasetmessageid: <1539363924.38.0.788709270274.issue34918@psf.upfronthosting.co.za>
2018-10-12 17:05:24serhiy.storchakalinkissue34918 messages
2018-10-12 17:05:24serhiy.storchakacreate