Re: [Tutor] Pattern for using multiple windows in Tkinter

2010-05-03 Thread The Green Tea Leaf
OK, thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Pattern for using multiple windows in Tkinter

2010-05-03 Thread Alan Gauld
"The Green Tea Leaf" wrote I've just started to play with Tkinter and can't really figure out the typical pattern of creating an app with several windows - I tried to find some resources on the web but failed to find how to do this. Here is an attempt to explain using code class MyWindowClass:

[Tutor] Pattern for using multiple windows in Tkinter

2010-05-03 Thread The Green Tea Leaf
I've just started to play with Tkinter and can't really figure out the typical pattern of creating an app with several windows - I tried to find some resources on the web but failed to find how to do this. Here is an attempt to explain using code class MyWindowClass: def __init__(self): self