Padre::Wx::Dialog::Advanced - a dialog to show and configure advanced preferences


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::Advanced - a dialog to show and configure advanced preferences

DESCRIPTION

Top

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

Top

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

Top


Padre documentation  | view source Contained in the Padre distribution.