added type hints and private hints to all widget classes, fixed #497, removed get and set methods from some widgets

This commit is contained in:
Tom Schimansky
2022-10-02 03:23:10 +02:00
parent 5717fc68e2
commit d6075ad544
20 changed files with 2552 additions and 2488 deletions

View File

@ -140,6 +140,9 @@ class App(customtkinter.CTk):
def sidebar_button_callback(self):
print("sidebar_button click")
self.entry.delete(0, tkinter.END)
def on_closing(self, event=0):
self.destroy()