1Padre::Wx::Dialog::WindUosweLrisCto(n3t)ributed Perl DocPuamdernet:a:tWixo:n:Dialog::WindowList(3)
2
3
4
6 Padre::Wx::Dialog::WindowList - Windows list dialog for Padre
7
9 This module could be used to apply custom actions to some of the open
10 files/windows.
11
13 Constructor
14 "new"
15
16 my $dialog = PWD::SM->new( $parent )
17
18 Create and return a new Wx dialog listing all the windows. It needs a
19 $parent window (usually Padre's main window).
20
21 Public methods
22 "show"
23
24 $dialog->show;
25
26 Request the window list dialog to be shown. It will be refreshed first
27 with a current list of open files/windows.
28
30 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the same terms as Perl 5 itself.
34
35
36
37perl v5.32.1 2021-01-27 Padre::Wx::Dialog::WindowList(3)