mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
fixed typo in all unbind methods
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user