Tkinter widgets into classes.

Lewis Wood fluttershy363 at gmail.com
Sat Feb 1 15:12:10 EST 2014


Oh and another question, say I make another window in the program itself using this:

def secondwindow():
    root2=Tk()
    root2.mainloop()

Would it be possible for me to use some code which would return True if one of these windows is currently up, or return False if the window is not up?



More information about the Python-list mailing list