Add wxLaunchDefaultBrowser, note wxGetKeyState change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2005-04-21 20:13:44 +00:00
parent 62705a278a
commit 498a1eeb8d
4 changed files with 158 additions and 0 deletions

View File

@@ -5,9 +5,11 @@ wxWidgets Change Log - For more verbose changes, see the manual
2.6.1
-----
All:
- Added wxLaunchDefaultBrowser.
wxMac:
- Added support for launching 'APPL' bundles with wxExecute (usually they have a .app extension and are the ones that reside in the Applications folder).
- Fixed a bug in wxGetKeyState where shift and some other keys were returning an incorrect state.
2.6.0
-----

View File

@@ -164,6 +164,7 @@ the corresponding topic.
\helpref{wxIsNaN}{wxisnan}\\
\helpref{wxIsWild}{wxiswild}\\
\helpref{wxKill}{wxkill}\\
\helpref{wxLaunchDefaultBrowser}{wxlaunchdefaultbrowser}\\
\helpref{wxLEAVE\_CRIT\_SECT}{wxleavecritsect}\\
\helpref{wxLoadUserResource}{wxloaduserresource}\\
\helpref{wxLogDebug}{wxlogdebug}\\
@@ -2978,6 +2979,18 @@ frame or dialog containing it, or {\tt NULL}.
<wx/window.h>
\membersection{::wxLaunchDefaultBrowser}\label{wxlaunchdefaultbrowser}
\func{bool}{wxLaunchDefaultBrowser}{\param{const wxString\& }{sUrl}}
Launches the user's default browser and tells it to open the location at {\tt sUrl}.
Returns true if the application was successfully launched.
\wxheading{Include files}
<wx/utils.h>
\membersection{::wxLoadUserResource}\label{wxloaduserresource}
\func{wxString}{wxLoadUserResource}{\param{const wxString\& }{resourceName}, \param{const wxString\& }{resourceType=``TEXT"}}