Padre::Wx::Dialog::OpenURL.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Padre::Wx::Dialog::OpenURL - a dialog for opening URLs

new

   my $find = Padre::Wx::Dialog::OpenURL->new($main);
 
 

Create and return a "Padre::Wx::Dialog::OpenURL" ``Open URL'' widget.

   my $url = Padre::Wx::Dialog::OpenURL->modal($main);
 
 

Single-shot modal dialog call to get a URL from the user.

Returns a string if the user clicks OK (it may be a null string if they did not enter anything).

Returns "undef" if the user hits the cancel button.

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 itself.

The full text of the license can be found in the LICENSE file included with this module.