> 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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to