Newbie Questions

Cameron Laird claird at starbase.neosoft.com
Wed Jan 16 13:58:43 EST 2002


In article <mailman.1011193830.26674.python-list at python.org>,
maximilianscherr <MaximilianScherr at T-Online.de> wrote:
			.
			.
			.
>is it possible to get rid of the Tk icon, when i use Tkinter?
			.
			.
			.
  from Tkinter import *
  root = Tk()
  root.iconbitmap('alternative.ico') 
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list