NAME
Padre::Wx::Dialog::WizardPage - a wizard page base class
DESCRIPTION
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.
PUBLIC API
METHODS
new
Constructs a wizard page and calls init
, add_controls
, and add_events
Note: Please do NOT override this. use init
instead
init
Initializes the page. All initialization code should reside here.
Note: You may need to override this method
add_controls
Adds the controls
Note: You may need to override this method
add_events
Adds the control events
Note: You may need to override this method
show
Called when the wizard page is going to be shown
Note: You may need to override this method
refresh
Convenience method to set refresh the wizard
AUTHOR
Ahmad M. Zawawi <ahmad.zawawi at gmail.com>
COPYRIGHT & LICENSE
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.