David Niklas wrote:
> Hello, I was following the doc, and in the beginning he gives an
> example where he creates a frame and accesses the main window by the
> name of Master.
>
> http://infohost.nmt.edu/tcc/help/pubs/tkinter/tkinter.pdf
I suppose you are asking about
"""
#!/usr/bin/env python
Hello, I was following the doc, and in the beginning he gives an
example where he creates a frame and accesses the main window by the
name of Master.
http://infohost.nmt.edu/tcc/help/pubs/tkinter/tkinter.pdf
I wanted to know, does the name have to be Master? And why does he pass
a second arg to t