added no_color_updates option for set_scaling methods, added transparency effect on Windows when window scaling, changed scaling loop times

This commit is contained in:
TomSchimansky
2022-10-15 01:02:54 +02:00
parent 205cdae5f9
commit 9ffe61dd54
18 changed files with 70 additions and 57 deletions

View File

@@ -2,7 +2,7 @@ import customtkinter
app = customtkinter.CTk()
tabview_1 = customtkinter._CTkTabview(app, state="disabled")
tabview_1 = customtkinter._CTkTabview(app)
tabview_1.pack(padx=20, pady=20)
tab_1 = tabview_1.add("tab 1")