Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my $mw = MainWindow->new( ); $mw->geometry('+793+475'); my $txt = $mw->Scrolled("MainWindow",-width => 50,-scrollbars=>'e')-> +grid(-column=>2,-row=>1); ### my $txt = $mw->Scrolled("Frame",-width => 50,-scrollbars=>'e')-> g +rid(-column=>2,-row=>1); my $frm_name = $mw -> Frame() -> grid(-column=>2,-row=>1); $mw->maxsize(300,200);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Add a Scrollbar to the Mainwindow in Perl TK
by lamprecht (Friar) on Apr 03, 2010 at 10:23 UTC |