in reply to
Re: Tk and scrollbars
in thread
Tk and scrollbars
Thank you - my(@old_x_view) = $text->xview; $text->xview(moveto => $old_x_view[0]); this works perfectly --jammin
Comment on
Re^2: Tk and scrollbars
In Section
Seekers of Perl Wisdom