Tk::Wizard

Tk::Wizard is a GUI for step-by-step interactive logical process.
Download

Tk::Wizard Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lee Goddard
  • Publisher web site:
  • http://search.cpan.org/~lgoddard/

Tk::Wizard Tags


Tk::Wizard Description

Tk::Wizard is a GUI for step-by-step interactive logical process. Tk::Wizard is a GUI for step-by-step interactive logical process.SYNOPSIS use Tk::Wizard; my $wizard = new Tk::Wizard; # # OR # my $MW = Tk::MainWindow->new; # my $wizard = $MW->Wizard(); # $wizard->configure( -property=>'value'); $wizard->cget( "-property"); $wizard->addPage( ... code-ref to anything returning a Tk::Frame ... ); $wizard->addPage( sub { return $wizard->blank_frame( -title => "Page Title", -subtitle => "Sub-title", -text => "Some text.", -wait => $seconds_b4_proceeding_anyway, ); }); $wizard->Show; MainLoop; exit;To avoid 50 lines of SYNOPSIS, please see the files included with the distribution in the test directory: t/*.t. These are just Perl files that are run during the make test phase of installation: you may rename them without harm once you have installed the module. Requirements: · Tk and modules of the current standard Perl Tk distribution.


Tk::Wizard Related Software