import tkinter as tk from tkinter import ttk style = ttk.Style() style.theme_use('alt') style.configure('TButton', background = 'red', foreground = 'white', ...
確定! 回上一頁