Padre::Wx::Dialog::WizardSelector - a dialog to filter, select and open wizards


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::WizardSelector - a dialog to filter, select and open wizards

DESCRIPTION

Top

This dialog lets the user search for a wizard and the open it if needed

PUBLIC API

Top

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

Top

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

COPYRIGHT & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.