___
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Daniel Burgaud
Sent: December-06-08 7:16 PM
To: Perl-Win32-Users
Subject: Q on TK Scrolled: how do scroll?
>I have a TK scrollbar defined as follows:
>$frames{'name-r'} = $frames{'name'}->Scrolled
I have a TK scrollbar defined as follows:
$frames{'name-r'} = $frames{'name'}->Scrolled ('ROText', -height => 8,
-scrollbars => 'e', )->pack( -side => 'right', -expand => 1, -fill => 'x',
);
My problem is:
How do I command it to show the middle, the bottom, the top of the
scrollbar?
Dan
___