$config{BuddyListPane} = $config{BuddyList}->Scrolled( "Pane", -scrollbars => 'e', -bg => 'red', -width=>$config{MainWidth}, -height=>350 )->pack(-anchor=>'n'); $config{BuddyListPane}->Label( -text => "Test", -anchor => 'n', -background => 'white', )->grid(-row=>0, -column=>0, -sticky => 'n');