All Questions
1 question
1
vote
1
answer
4k
views
On tkinter: scrolling multiple widgets simultaneously in different frames
Below is an example on how to scroll two canvasses in two separate frames simultaneously. The trick is on how to pass on *args from the bindings to function ...