Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 macbook 上显示 tkinter 中的可用主题时,我希望看到“aqua”(本机)主题:
from tkinter import ttk s = ttk.Style() s.theme_names() ===> ('clam', 'alt', 'default', 'classic')
你知道为什么我没有看到水族主题吗?我应该怎么做才能在 tkinter 中使用 aqua 主题?
谢谢!