Tkinter Text widget scrolling

student student00 at angelfire.com
Thu Mar 13 09:08:43 EST 2003


Hi,

I'm fairly new to python, and just started working with Tkinter

I want to know if theres a way to change the scroll range in the text
widget.

When text gets larger than the viewable size of  the text widget, the
scroll is automatically resized, however i want to override this so
theres a little white space underneath insted of having the last liine
at the bottom.

Due to the nature of the application i'm writing, simply adding space
at the bottom won't do, i need away to work with the scroll range....
any ideas?

thanks




More information about the Python-list mailing list