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 mark
Recipients gpolo, mark, terry.reedy
Date 2012-07-09.07:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341819767.89.0.480554513093.issue15189@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux & Windows every top-level window (including dialogs) normally has an icon at the left of the title bar. Typically this icon is the application's icon. But tkinter doesn't provide such an icon and so a system default icon is used instead. For one's own code this can be fixed by using the iconbitmap() function, but for the tkinter convenience dialogs (e.g., askyesno()), this cannot be done. So, my suggestion is to make the convenience dialogs use the same icon as the application (if the application has one).
History
Date User Action Args
2012-07-09 07:42:48marksetrecipients: + mark, terry.reedy, gpolo
2012-07-09 07:42:47marksetmessageid: <1341819767.89.0.480554513093.issue15189@psf.upfronthosting.co.za>
2012-07-09 07:42:47marklinkissue15189 messages
2012-07-09 07:42:46markcreate