On 30 Nov 2006 13:05:23 -0800, Boneh <[EMAIL PROTECTED]> wrote:


Boneh wrote:
> Is it possible to change the icon "Tk" of the windows popped up ?

I am using tkinter for widgets, thanks :-)

--
http://mail.python.org/mailman/listinfo/python-list



user iconbitmap method to change the icon of the window, this method works
on all root or Toplevel windows

iconbitmap(path of the ico file)

Example

from Tkinter import*
root=TK()
root.iconbitmap("c:/python25/smiley.ico")


Godson Gera
http://godson.auroinfo.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to