CustomTkinter
CustomTkinter copied to clipboard
Fix for issue #331
trafficstars
Issue: Cannot set state argument with CTkTextbox.config() / CTkTextbox.configure()
There is currently no way to change the state of the widget. This change (lines 157-158) allows this via the textbox.configure method. This fix implements the functionality.