|
Re: I am looking for
You don't want your variable to be a function pointer... Go back a few steps to the code I showed you. That's the code you want.
You place the indented part of my code into the part of your program where you want the user to be able to select the font. Then you pass the "font" variable to the function in Tkinter to actually make the change.
It's nice to be new and trying to learn Tkinter, but if you're a "complete noob", perhaps you need to take a couple steps back. GUI programming is very difficult. Could you maybe post the complete code in code tags?
|