1Padre::Wx::Dialog::SessUisoenrMaCnoangterri(b3u)ted PerlPaDdorceu:m:eWnxt:a:tDiioanlog::SessionManager(3)
2
3
4
6 Padre::Wx::Dialog::SessionManager - Session manager dialog for Padre
7
9 Padre supports sessions, that is, a bunch of files opened. But we need
10 to provide a way to manage those sessions: listing, removing them, etc.
11 This module implements this task as a dialog for Padre.
12
14 Constructor
15 "new"
16
17 my $dialog = PWD::SM->new( $parent )
18
19 Create and return a new Wx dialog listing all the sessions. It needs a
20 $parent window (usually Padre's main window).
21
22 Public methods
23 "show"
24
25 $dialog->show;
26
27 Request the session manager dialog to be shown. It will be refreshed
28 first with a current list of sessions.
29
31 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
32
33 This program is free software; you can redistribute it and/or modify it
34 under the same terms as Perl 5 itself.
35
36
37
38perl v5.32.1 2021-01-2P7adre::Wx::Dialog::SessionManager(3)