1Padre::Wx::Wizard(3) User Contributed Perl Documentation Padre::Wx::Wizard(3)
2
3
4
6 Padre::Wx::Wizard - Padre Wizard Object
7
9 my $wizard = Padre::Wx::Wizard->new(
10 name => 'perl5.script',
11 label => Wx::gettext('Script'),
12 category => Wx::gettext('Perl 5'),
13 comment => Wx::gettext('Opens the Perl 5 script wizard'),
14 class => 'Padre::Wx::Dialog::Wizard::Perl5Script',
15 );
16
18 This is the base class for the Padre Wizard API.
19
21 METHODS
22 "new"
23
24 A default constructor for wizard objects.
25
27 Ahmad M. Zawawi "<ahmad.zawawi at gmail.com>"
28
30 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35 The full text of the license can be found in the LICENSE file included
36 with this module.
37
38
39
40perl v5.30.0 2019-07-26 Padre::Wx::Wizard(3)