你必须使用styles来定制 ttk 的小工具。 s = ttk.Style() s.configure('my.TButton', font=('Helvetica', 12)) b = ttk.Button( ...
確定! 回上一頁