Set Title Bar Icon with Tkinter? (was: Tk title bar)
Randall Hopper
aa8vb at yahoo.com
Wed Nov 24 09:38:36 EST 1999
hhh14021978 at my-deja.com:
|I'm new to python-tk and I love it. Moreover, I want to change the icon
|in the title bar. Is there any way to do that?
What windowing system? X/Windows (UNIX)? or MSWin?
If X, this is a function of the window manager. You need to configure your
window manager to set this icon based on the application's class name
and/or window title.
If MSWin, sorry, you're on your own.
Randall
More information about the Python-list
mailing list