NAME
Tk::AppWindow::Ext::WebBrowser - Open url's in your browser
SYNOPSIS
my $app = new Tk::AppWindow(@options,
-extensions => ['WebBrowser'],
);
$app->MainLoop;
DESCRIPTION
Open url's in your browser
CONFIG VARIABLES
none
METHODS
- browserDialog
-
Launches a dialog asking for the launch command of the web browser.
- browserInstalled($browser);
-
Checks if $browser is installed. Returns true if so.
- browserOpenUrl($url);
-
Opens $url in the browser.
- browserReset
-
Removes all knowledge about the browser being used.
AUTHOR
Hans Jeuken (hanje at cpan dot org)
BUGS
Unknown. If you find any, please contact the author.