Monday, 12 August 2013

Python - Configuring multiple buttons at once in Tk

Python - Configuring multiple buttons at once in Tk

I have eighteen buttons that need to all change from one image to another
upon the press of another button. I could just call .configure on each and
set it that way, however, I feel as though there is a much cleaner simpler
way. Any ideas?

No comments:

Post a Comment