minixman has asked for the wisdom of the Perl Monks concerning the following question:
my $botfrm = $MW->Frame->pack(-fill => 'x', -expand => 1); my $txt = $botfrm -> Scrolled('Text',-width=>57,-height=>5,-scrollbars + =>'o') -> pack ();
2005-11-03 Retitled by g0n, as per Monastery guidelines
Original title: 'TK Scrolled box'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: auto sizing TK Scrolled box
by thundergnat (Deacon) on Nov 03, 2005 at 12:10 UTC | |
|
Re: auto sizing TK Scrolled box
by GrandFather (Saint) on Nov 03, 2005 at 11:46 UTC |