]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Add wxLaunchDefaultBrowser, note wxGetKeyState change
[wxWidgets.git] / include / wx / utils.h
index 30b4b59816168243d6a59ddb11a9e9e15c90b6a0..9c73ab4214d4fdd662956ce0c7836845eaffe22f 100644 (file)
@@ -324,6 +324,9 @@ WXDLLIMPEXP_BASE bool wxHandleFatalExceptions(bool doit = true);
 
 #endif // wxUSE_ON_FATAL_EXCEPTION
 
+// Launch url in the user's default internet browser
+WXDLLIMPEXP_BASE bool wxLaunchDefaultBrowser(const wxString& url);
+
 // ----------------------------------------------------------------------------
 // Environment variables
 // ----------------------------------------------------------------------------