Padre::Wx::Dialog::SessionSave.3pm

Langue: en

Version: 2010-06-02 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Padre::Wx::Dialog::SessionSave - dialog to save a Padre session

DESCRIPTION

Padre supports sessions, and this dialog provides Padre with a way to save a session.

PUBLIC API

Constructor

"new"
     my $dialog = PWD::SS->new( $parent )
 
 

Create and return a new Wx dialog allowing to save a session. It needs a $parent window (usually Padre's main window).

Public methods

"show"
     $dialog->show;
 
 

Request the dialog to be shown.

Copyright 2008-2010 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 5 itself.