fixed typo in all unbind methods

This commit is contained in:
Tom Schimansky
2022-10-04 03:16:59 +02:00
parent 40474d6905
commit 8b85225133
15 changed files with 37 additions and 24 deletions

View File

@ -142,6 +142,7 @@ class App(customtkinter.CTk):
def sidebar_button_callback(self):
print("sidebar_button click")
self.entry.delete(0, tkinter.END)
print(self.textbox.get("0.0", "end"))
def on_closing(self, event=0):
self.destroy()