<EM>Where</EM> can be one of <STRONG>left</STRONG>, <STRONG>right</STRONG>, <STRONG>top</STRONG>, <STRONG>bottom</STRONG> or <STRONG>acrosstop</STRONG>.
The first four work as might be expected and place the label to the
left, right, above or below the frame respectively. The <STRONG>acrosstop</STRONG>
creates a grooved frame around the central frame and puts the label
near the northwest corner such that it appears to ``overwrite'' the
groove.
<P></P></DL>
<P>
<HR>
<H1><A NAME="example">EXAMPLE</A></H1>
<P>Run the following test program to see this in action:</P>
<PRE>
use strict;
use Tk;
require Tk::LabFrame;
require Tk::LabEntry;</PRE>
<PRE>
my $test = 'Test this';
my $mw = Tk::MainWindow->new;
my $f = $mw->LabFrame(-label => "This is a label",