1Padre::Wx::Dialog::AdvaUnsceerd(C3o)ntributed Perl DocumPeandtraet:i:oWnx::Dialog::Advanced(3)
2
3
4
6 Padre::Wx::Dialog::Advanced - a dialog to show and configure advanced
7 preferences
8
10 The idea is to implement a Mozilla-style "about:config" for Padre. This
11 will make playing with experimental, advanced, and secret settings a
12 breeze.
13
15 "new"
16 my $advanced = Padre::Wx::Dialog::Advanced->new($main);
17
18 Returns a new "Padre::Wx::Dialog::Advanced" instance
19
20 "show"
21 $advanced->show($main);
22
23 Shows the dialog. Returns "undef".
24
26 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
27
28 This program is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 The full text of the license can be found in the LICENSE file included
32 with this module.
33
34
35
36perl v5.32.0 2020-07-28 Padre::Wx::Dialog::Advanced(3)