| Padre documentation | view source | Contained in the Padre distribution. |
Padre::Wx::Dialog::WizardPage - a wizard page base class
This prepares the required page UI that the wizard will include in its UI and has the page flow information for the next and previous pages.
newConstructs a wizard page and calls init, add_controls, and add_events
Note: Please do NOT override this. use init instead
initInitializes the page. All initialization code should reside here. Note: You may need to override this method =cut
sub init { }
add_controlsAdds the controls Note: You may need to override this method =cut
sub add_controls { }
add_eventsAdds the control events Note: You may need to override this method =cut
sub add_events { }
showCalled when the wizard page is going to be shown Note: You may need to override this method
refreshConvenience method to set refresh the wizard
Ahmad M. Zawawi <ahmad.zawawi at gmail.com>
Copyright 2008-2011 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.
| Padre documentation | view source | Contained in the Padre distribution. |