[Tutor] about tkinter

Alan Gauld alan.gauld at freenet.co.uk
Tue Sep 5 19:19:04 CEST 2006


> you can use a "hidden" root window, like this:
> 
>    root = Tk()
>    root.withdraw()# hide the root window

Aha! I thought there should be a better way than defining the 
size to be 1 pixel! :-)

Thanks for that tip Michael,

Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld


More information about the Tutor mailing list