Is there any way to get what lines are currently visible in a Tkinter text widget? I'm trying to make a scrollbar.
Currently I'm trying to coordinate my scroll bar with the other methods of scrolling (ie, the arrow keys and scroll wheel). So that when I scroll with the arrow keys or mouse, my bar scrolls too.