Tk::TabbedForm - a form management arrangement using Tk::TabFrame
use Tk;
my $MainWindow = MainWindow->new();
Tk::MainLoop;
An extended TabFrame, allowing managed subwidgets used as entry fields. Each
field widget is given a 'set' and a 'get' method to provide widget independent
methods of maintaining and querying data. The form will pass back a hash of
all field values on request.
Damion K. Wilson, dkw@rcm.bm
Hey! The above document had some coding errors, which are explained
below:
- Around line 292:
- =cut found outside a pod block. Skipping to next block.