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 terry.reedy
Recipients Drew.French, gpolo, mark, serhiy.storchaka, terry.reedy
Date 2014-01-28.02:22:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390875739.16.0.116621348482.issue15189@psf.upfronthosting.co.za>
In-reply-to
Content
After applying the .wm_iconphoto patch, I verifies that the icon specified is used for the options dialog and an ask file name message box opened by the dialog. In other words, dialogs and boxes *do* use the application title bar icon if one is provided. So I consider that existing method to be the feature requested, or at least as much of it as is sensible for tkinter.

Title bar icons are 16x16. Desktop icons are much bigger. While large icons can be scaled down, the result will not necessarily be satisfactory. For instance, the Python console app has separate large and small icons. I claim on #20406 that Idle should also. In any case, automatic cross-platform access to and downscaling of a large desk icon to a small title icon should be done by tk, if at all.
History
Date User Action Args
2014-01-28 02:22:19terry.reedysetrecipients: + terry.reedy, mark, gpolo, serhiy.storchaka, Drew.French
2014-01-28 02:22:19terry.reedysetmessageid: <1390875739.16.0.116621348482.issue15189@psf.upfronthosting.co.za>
2014-01-28 02:22:19terry.reedylinkissue15189 messages
2014-01-28 02:22:18terry.reedycreate