Tk::XML::WizardMaker 0.91 review

Download
by rbytes.net on

Tk::XML::WizardMaker is an easy way to build the Software Assistants and Installation Wizards based on XML description. SYNOPSIS

License: Perl Artistic License
File size: 170K
Developer: Viktor Zimmermann
0 stars award from rbytes.net

Tk::XML::WizardMaker is an easy way to build the Software Assistants and Installation Wizards based on XML description.

SYNOPSIS

To use Tk::XML::WizardMaker just provide an XML file with descriptions of the WizardMaker's features and of the feaures of all its pages. Then use something like this:

use Tk;
use Tk::XML::WizardMaker;

my $mw = MainWindow->new();
$mw->WizardMaker([])->build_all();

MainLoop;

For other usage possibilities please see the methods description below.

Requirements:
Perl

Tk::XML::WizardMaker 0.91 keywords