my $pane = $config{MainWindow}->Scrolled( "Pane", -scrollbars => 'e', -bg => 'green', -width=>500, -height=>320 )->pack(-side=>'top'); $pane->Label( -bg => 'red', -height=>50, -text => "Perlcommunity" )->grid(-row=>1, -column=>1,-sticky=>'w');