"Ganesh Kumar" <bugcy...@gmail.com> wrote

I am new to python Tkinter..I want Title Bar Icon..
plz..Guide me to set up icon in Title Bar.

Last time I looked it was possible to do that under X Windows but not under MS Windows.
(I dont know about MacOS/Quartz)

It was a bug in the underlying Tk toolkit. But there has been a new release of Tk since then so it may be fixed...

Try experimenting with:

self.top.iconbitmap()
self.top.iconname() self.top.iconwindow() # and use an image Label...

You might get lucky...

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/






_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to