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


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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
=cut

sub init { }

add_controls

	Adds the controls
	Note: You may need to override this method
=cut

sub add_controls { }

add_events

	Adds the control events
	Note: You may need to override this method
=cut

sub add_events { }

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

Top

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

COPYRIGHT & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.