TKinter

SolaFide solafidefarms at gmail.com
Sat Aug 20 13:58:13 EDT 2005


I want to create the window and contents in a class, and then use a
separate function to write text to the buttons. Then when it clicks a
button, I want it to call a check() function to see if that was the
right button and then write some new stuff to the buttons. So far it
displays the window all right, but it doesn't write the text I want it
to. I am calling Tk().mainloop() inside the class; is that the problem?

Thanks!

B




More information about the Python-list mailing list