Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change window icon with Tkinter?

Status
Not open for further replies.

bigssa

Technical User
Joined
Jan 17, 2005
Messages
9
Location
US
Hey,

I am trying to change the default Tk icon that Tkinter uses in both windows and unix. I found this link for windows, but its no help for unix: Is there some easy function that will do this and I just do not know about it?
Any help is appriciated.

Thanks
-bigssa
 
The python-tk interface is simply a set of bindings from the python interpretter to the TK library calls. You'd have a lot better luck getting an answer on a TK forum.

Once you know the TK calls you should be making *then* we can be of some help if you can't make them work in Python.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top