architecture fixes

This commit is contained in:
Tom Schimansky
2022-11-01 00:37:30 +01:00
parent 302313916a
commit 7374e7a3bc
27 changed files with 274 additions and 263 deletions

View File

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