The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Wx::Dialog::Preferences - window to set the preferences

details

In order to add a new panel implement the _name_of_the_panel method. Add to the dialog() sub a call to build the new panel.

In the run() sub add code to take the values from the new panel and save them to the configuration file.