Re: Scrolling Tk Checkboxes

2007-01-17 Thread Lyndon Rickards
Jerry Kassebaum wrote: > 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 > my $f = $mw->Scrolled("Frame")->pack(qw/-side left -expand yes -fill both/); > @outpu

Scrolling Tk Checkboxes

2007-01-17 Thread Jerry Kassebaum
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