1Padre::Wx::Dialog::OpenUUsReLr(3C)ontributed Perl DocumePnatdartei:o:nWx::Dialog::OpenURL(3)
2
3
4
6 Padre::Wx::Dialog::OpenURL - a dialog for opening URLs
7
8 "new"
9 my $find = Padre::Wx::Dialog::OpenURL->new($main);
10
11 Create and return a "Padre::Wx::Dialog::OpenURL" "Open URL" widget.
12
13 "modal"
14 my $url = Padre::Wx::Dialog::OpenURL->modal($main);
15
16 Single-shot modal dialog call to get a URL from the user.
17
18 Returns a string if the user clicks OK (it may be a null string if they
19 did not enter anything).
20
21 Returns "undef" if the user hits the cancel button.
22
24 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
25
26 This program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 The full text of the license can be found in the LICENSE file included
30 with this module.
31
32
33
34perl v5.32.1 2021-01-27 Padre::Wx::Dialog::OpenURL(3)