CustomTkinter
CustomTkinter copied to clipboard
Update ctk_textbox.py
Fixed
- AttributeError ‘CTKTextbox’ has no attribute ‘delete’ *AttributeError ‘CTKTextbox’ has no attribute ‘get’
Can not use get value from CTKTextbox
Can not use get value from CTKTextbox
You can check the changes i made and then update your CTKTextbox and it will work
Thanks a lot Qwabena !!!!!!!!!!!!!!!!!
Thanks a lot Qwabena !!!!!!!!!!!!!!!!!
You welcome 🙏🏽 🙂
Would be nice to see this merged, while its not difficult to do:
text_box = CTkTextbox()
text_box.textbox.get()
text_box.textbox.delete('1.0', END)
Its unnecessarily verbose (more so depending on imports) and unintuitive as most individuals first reaction will be to treat the CTk widgets just like native Tk ones, parity here would be nice.
Already implemented in develop branch.