Padre::Wx::Wizard - Padre Wizard Object


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Wizard - Padre Wizard Object

SYNOPSIS

Top

  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

Top

This is the base class for the Padre Wizard API.

PUBLIC API

Top

METHODS

new

A default constructor for wizard objects.

AUTHOR

Top

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

COPYRIGHT & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.