I want to change the theme of my tkinter application to clam.
What is the code and where do I put it? I have tried:
from tkinter import *
from tkinter.ttk import *
s=ttk.Style()
s.theme_use('clam')
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…