Friends,

How do I put a Scrollbar on the following?

####

use Tk;
my $mw=new MainWindow;
$mw->geometry("200x400+400+10");        # Width X height + from left + from top

@output=("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "a", 
"b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l");

while($output[$cnt])    {
$show=$mw->Checkbutton(-text, "$output[$cnt]")->pack(-anchor, "w");
$cnt++;
                }

MainLoop;

####

Thanks!

Jerry

_________________________________________________________________
Fixing up the home? Live Search can help 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improve&locale=en-US&source=hmemailtaglinenov06&FORM=WLMTAG

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to