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


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

PUBLIC API

Top

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 & LICENSE

Top


Padre documentation  | view source Contained in the Padre distribution.