'Python3.x ttk.Radiobutton() using
I am a new in a Python. I am using themed ttk.Radiobutton(). How can I change a status of my ttk.Radiobutton() (state = "disabled" or "enabled") in a program execuion?
self.Menu = tk.StringVar()
self.Menu_1 = ttk.Radiobutton(self.root, text="Run", variable=self.Menu, value=1).place(x=2, y=25)
Menu_2 = ttk.Radiobutton(self.root, text="Run_", variable=self.Menu, value=2).place(x=2, y=46)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
