Display the specified URI using the matching default application.
Synopsis
gnocl::showURI location
Description
Provide direct access to applications associated with web browsing, ftp access and email. Suitable examples include:
file:///home/gnome/pict.jpg |
http://www.gnome.org |
mailto:me@gnome.org |
SubcommandsNone
Example
$tbar add item -icon "%#Execute" -onClicked { gnocl::showURI "http://www.gnocl.org" }
|