The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.