CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

Fix for issue #331

Open avalon60 opened this issue 3 years ago • 0 comments
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.

avalon60 avatar Jul 31 '22 12:07 avalon60