tk::tabbedform(3)
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