Provided by: padre_1.00+dfsg-1_all
NAME
Padre::Wx::Dialog::Advanced - a dialog to show and configure advanced preferences
DESCRIPTION
The idea is to implement a Mozilla-style "about:config" for Padre. This will make playing with experimental, advanced, and secret settings a breeze.
PUBLIC API
"new" my $advanced = Padre::Wx::Dialog::Advanced->new($main); Returns a new "Padre::Wx::Dialog::Advanced" instance "show" $advanced->show($main); Shows the dialog. Returns "undef".
COPYRIGHT & LICENSE
Copyright 2008-2013 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.