use Tk::LabFrame; $f = $top->LabFrame(-label => "Something", -labelside => 'acrosstop');
use Tk; require Tk::LabFrame; require Tk::LabEntry;
my $test = 'Test this'; $top = MainWindow->new; my $f = $top->LabFrame(-label => "This is a label", -labelside => "acrosstop"); $f->LabEntry(-label => "Testing", -textvariable => \$test)->pack; $f->pack; MainLoop; =back =head1 BUGS