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


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

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.

modal

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

Top


Padre documentation  | view source Contained in the Padre distribution.