Tk() ttk.Style().configure("TButton", relief="flat", background="red") btn = ttk.Button(text="Sample") btn.pack() root.mainloop() ...
確定! 回上一頁