tkinter-text

Python tkinter text modified callback

Python tkinter text modified callback Question: In python 2.7, I am trying to get a callback every time something is changed in the Tkinter Text widget. The program uses multiple frames based on code found here: Switch between two frames in tkinter? The callback part is taken from the following example: http://code.activestate.com/recipes/464635-call-a-callback-when-a-tkintertext-is-modified/ Both codes work …

Total answers: 2