Message210648
For 2.7, this substitution
#root.wm_iconphoto(True, *icons)
root.tk.call('wm', 'iconphoto', str(root), "-default", *icons)
does not work on Windows. If I change the test string "Windows" to force execution to the tk.call above, the icon is a black square, which is worse than the Tk icon. Does it work right on linux? |
|
| Date |
User |
Action |
Args |
| 2014-02-08 14:24:02 | terry.reedy | set | recipients:
+ terry.reedy, loewis, kbk, roger.serwy, python-dev, serhiy.storchaka |
| 2014-02-08 14:24:02 | terry.reedy | set | messageid: <[email protected]> |
| 2014-02-08 14:24:02 | terry.reedy | link | issue20406 messages |
| 2014-02-08 14:24:02 | terry.reedy | create | |
|