Relative Content

Tag Archive for ooptkinter

Problems understanding tkinter.Tk.wait_variable()

I’m writing a blackjack-program where the user decides 1 out of 4 actions using buttons on the screen. Each button sets the action-variable to another number, based on it’s state the program continues appropriately.