1Padre::Wx::Dialog::WizaUrsdePragCeo(n3t)ributed Perl DocPuamdernet:a:tWixo:n:Dialog::WizardPage(3)
2
3
4

NAME

6       Padre::Wx::Dialog::WizardPage - a wizard page base class
7

DESCRIPTION

9       This prepares the required page UI that the wizard will include in its
10       UI and has the page flow information for the next and previous pages.
11

PUBLIC API

13   METHODS
14       "new"
15
16       Constructs a wizard page and calls "init", "add_controls", and
17       "add_events" Note: Please do NOT override this. use "init" instead
18
19       "init"
20
21               Initializes the page. All initialization code should reside here.
22               Note: You may need to override this method
23
24       "add_controls"
25
26               Adds the controls
27               Note: You may need to override this method
28
29       "add_events"
30
31               Adds the control events
32               Note: You may need to override this method
33
34       "show"
35
36               Called when the wizard page is going to be shown
37               Note: You may need to override this method
38
39       "refresh"
40
41               Convenience method to set refresh the wizard
42

AUTHOR

44       Ahmad M. Zawawi "<ahmad.zawawi at gmail.com>"
45
47       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
48
49       This program is free software; you can redistribute it and/or modify it
50       under the same terms as Perl itself.
51
52       The full text of the license can be found in the LICENSE file included
53       with this module.
54
55
56
57perl v5.32.0                      2020-07-28  Padre::Wx::Dialog::WizardPage(3)
Impressum