added tkinter variables to all possible CTk widgets

This commit is contained in:
Tom Schimansky
2022-01-16 16:54:21 +01:00
parent 587a597e6b
commit 6eb0d92ddd
11 changed files with 204 additions and 47 deletions

View File

@ -4,7 +4,7 @@ import customtkinter
import sys
customtkinter.set_appearance_mode("System") # Other: "Light", "Dark"
customtkinter.set_default_color_theme("green") # Themes: "blue" (standard), "green", "dark-blue"
customtkinter.set_default_color_theme("dark-blue") # Themes: "blue" (standard), "green", "dark-blue"
class App(customtkinter.CTk):