| Padre documentation | view source | Contained in the Padre distribution. |
Padre::Wx::Dialog::WizardSelector - a dialog to filter, select and open wizards
This dialog lets the user search for a wizard and the open it if needed
newmy $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.
refreshRefreshes the wizard selector dialog title's, status labels, and back/ next button enabled status
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. |