wxLaunchDefaultBrowser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -272,8 +272,12 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt);
|
|||||||
MustHaveApp(wxGetTopLevelParent);
|
MustHaveApp(wxGetTopLevelParent);
|
||||||
wxWindow* wxGetTopLevelParent(wxWindow *win);
|
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.", "");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user