NAME

Tk::TabbedForm - a form management arrangement using Tk::TabFrame

SYNOPSIS

    use Tk;

    my $MainWindow = MainWindow->new();

    Tk::MainLoop;

DESCRIPTION

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.

AUTHORS

Damion K. Wilson, dkw@rcm.bm

HISTORY

1 POD Error

The following errors were encountered while parsing the POD:

Around line 292:

=cut found outside a pod block. Skipping to next block.