I don't think it has to do something with Scrolled. The same oneliner
with a plain text widget exhibits the same behaviour:

    perl -e 'use Tk; $a=new MainWindow; 
$a->Text->pack(-side=>"top",-fill=>"both",-expand=>0); MainLoop();'

Moreover, an equivalent wish program

    pack [text .t] -side top -fill both -expand 0

seems to do the same (tried with wish8.5 beta on freebsd). So it could
be intended, or maybe a bug report should be filed for tk8.5, too?

Regards,
    Slaven

-- 
Slaven Rezic - slaven <at> rezic <dot> de
  BBBike - route planner for cyclists in Berlin
  WWW version:                           http://www.bbbike.de
  Perl/Tk version for Unix and Windows:  http://bbbike.sourceforge.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to