Relative Content

Tag Archive for pythonttkttkbootstrap

How to change the state of a ttkbootstrap ScrolledText widget after creation?

Problem I’m trying to change the state of a ScrolledText ttkboostrap widget after creation. I can set its state as I please when I create it, but trying to change it after creation fails for both examples below with error message: _tkinter.TclError: unknown option “-state”. Question How can I change the state after creation? Minimal […]