<br><br><div><span class="gmail_quote">On 30 Nov 2006 13:05:23 -0800, <b class="gmail_sendername">Boneh</b> <<a href="mailto:moonbee5555555555@yahoo.com">moonbee5555555555@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Boneh wrote:<br>> Is it possible to change the icon "Tk" of the windows popped up ?<br><br>I am using tkinter for widgets, thanks :-)<br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list">
http://mail.python.org/mailman/listinfo/python-list</a><br></blockquote></div><br><br>user iconbitmap method to change the icon of the window, this method works on all root or Toplevel windows<br><br>iconbitmap(path of the ico file)
<br><br>Example<br><br>from Tkinter import*<br>root=TK()<br>root.iconbitmap("c:/python25/smiley.ico")<br><br><br>Godson Gera<br><a href="http://godson.auroinfo.com">http://godson.auroinfo.com</a><br>