NAME
Padre::Wx::Dialog::WizardSelector - a dialog to filter, select and open wizards
DESCRIPTION
This dialog lets the user search for a wizard and the open it if needed
PUBLIC API
METHODS
new
my $wizard_selector = Padre::Wx::Dialog::WizardSelector->new($main);
Returns a new Padre::Wx::Dialog::WizardSelector
instance
show
$wizard_selector->show($main);
Shows the wizard dialog. Returns undef
.
refresh
Refreshes the wizard selector dialog title's, status labels, and back/
next button enabled status
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.