The question is simple:
I have two scrolled text widgets (I'm using tkinter and python 3.x), and I want to synchronize them, that is I want both scrollbars to move at the same time when the user moves the mouse wheel.
Both widgets are suppossed to contain the same text, and the user is going to compare the information in both, so it is necessary that he can scroll both boxes at once.
Thanks.