The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Wx::Wizard - Padre Wizard Object

SYNOPSIS

  my $wizard = Padre::Wx::Wizard->new(
        name        => 'perl5.script',
        label       => Wx::gettext('Script'),
        category    => Wx::gettext('Perl 5'),
        comment     => Wx::gettext('Opens the Perl 5 script wizard'),
        class       => 'Padre::Wx::Dialog::Wizard::Perl5Script',
  );

DESCRIPTION

This is the base class for the Padre Wizard API.

PUBLIC API

METHODS

new

A default constructor for wizard objects.

AUTHOR

Ahmad M. Zawawi <ahmad.zawawi at gmail.com>

COPYRIGHT & LICENSE

Copyright 2008-2010 The Padre development team as listed in Padre.pm.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.