tkinter: making widgets instance or not?

John Salerno johnjsal at NOSPAMgmail.com
Wed Jun 7 09:52:26 EDT 2006


John McMonagle wrote:

>     def __init__(self, master):
>         self.parent = master
>         self.entry1 = self.draw_entry('First Name:')
>         self.entry2 = self.draw_entry('Last Name:')

Genius! :) Looks like you solved both of my problems! Thanks!



More information about the Python-list mailing list