Re: [Tutor] tkinter create a frame and whats the parent

2015-09-23 Thread Peter Otten
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

[Tutor] tkinter create a frame and whats the parent

2015-09-22 Thread David Niklas
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