Package: perl-tk
Version: 1:804.027-1
If a Scrolled widget is created, it will not allow it to grow vertically
when it's space is changed.
Try this:
perl -e 'use Tk; $a=new MainWindow;
$b=$a->Scrolled("Text",-scrollbars=>"e")->pack(-side=>"top",-fill=>"both",-expand=>0);
MainLoop();'
Then manually resize the window in both X and Y directions. The
scrolled Text region will grow horizontally but not vertically. Text
grows fine on its own, but other widgets behave the same when managed
this way so it's something do do with "Scrolled". Putting the scrollbar
at "n" does not change anything.
Brian
( [EMAIL PROTECTED] )
-------------------------------------------------------------------------------
All is fair in love and war.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]