=head1 NAME Tk::LabFrame - labeled frame. =for pm Tixish/LabFrame.pm =for category Tix Extensions =head1 SYNOPSIS S< >B S< >I<$f> = I<$parent>-EB(?B<-label>=EI, B<-labelside>=EI, ...?); =head1 DESCRIPTION B is exactly like B and additionaly allows to add a label to the frame. =head1 WIDGET-OPTIONS B supports the same options as the L widget. Additional options of B are: =over 4 =item B<-font> =E I Specifies the label's font =item B<-foreground> =E I Specifies the label's foreground color =item B<-label> =E I The text of the label to be placed with the Frame. =item B<-labelside> =E I I can be one of B, B, B, B or B. The first four work as might be expected and place the label to the left, right, above or below the frame respectively. The B creates a grooved frame around the central frame and puts the label near the northwest corner such that it appears to "overwrite" the groove. =item B<-labelvariable> =E I Specifies a reference to a variable and used as an alternative to -label. If the value of the variable changes, then the widget will be updated automatically to reflect the change. Used like -textvariable. =back =head1 ADVERTISED SUBWIDGETS See L how to use advertised widgets. =over 4 =item I Frame used to display the border =item I Frame used to create new LabFrame children. =item I