in reply to Auto-scrolling scrollbars with Perl Tk
From the docs:$text->see(index)
UPDATE: you can also see:
$text->yview(moveto => fraction)
$text->yview(scroll => number, what)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Auto-scrolling scrollbars with Perl Tk
by Ovid (Cardinal) on Jul 01, 2002 at 19:57 UTC |