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 zup
Recipients th9, zup
Date 2011-12-18.15:40:26
SpamBayes Score 0.0016623106
Marked as misclassified No
Message-id <1324222887.25.0.185665424483.issue13553@psf.upfronthosting.co.za>
In-reply-to
Content
The link below suggests that the problem with method 'iconname'
may be due to the method not working at the window manager level:

http://www.pythonware.com/library/tkinter/introduction/x9905-icon-methods.htm

summary:

iconname

iconname(newName=None), iconname(). Set (get) the icon name to use when this window is iconified. This method are ignored by some window managers (including Windows).
History
Date User Action Args
2011-12-18 15:41:27zupsetrecipients: + zup, th9
2011-12-18 15:41:27zupsetmessageid: <1324222887.25.0.185665424483.issue13553@psf.upfronthosting.co.za>
2011-12-18 15:40:26zuplinkissue13553 messages
2011-12-18 15:40:26zupcreate