]> git.saurik.com Git - wxWidgets.git/commitdiff
wxLaunchDefaultBrowser
authorRobin Dunn <robin@alldunn.com>
Wed, 27 Apr 2005 05:03:59 +0000 (05:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 27 Apr 2005 05:03:59 +0000 (05:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_functions.i

index 704f56eea8cd60edbd7e05c7881036b1800bc491..22e904c248b20bc45fc0edb1e7ce4dd0b7e471a4 100644 (file)
@@ -272,8 +272,12 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt);
 MustHaveApp(wxGetTopLevelParent);
 wxWindow* wxGetTopLevelParent(wxWindow *win);
 
-//bool wxSpawnBrowser(wxWindow *parent, wxString href);
 
+DocDeclStr(
+    bool , wxLaunchDefaultBrowser(const wxString& url),
+    "Launches the user's default browser and tells it to open the location
+at ``url``.  Returns ``True`` if the application was successfully
+launched.", "");