add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,9 +349,11 @@ void wxRegisterId(long id);
|
|||||||
|
|
||||||
Returns @true if the application was successfully launched.
|
Returns @true if the application was successfully launched.
|
||||||
|
|
||||||
|
@see wxLaunchDefaultBrowser(), wxExecute()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
*/
|
*/
|
||||||
bool wxLaunchDefaultApplication(const wxString& document, int flags = 0)
|
bool wxLaunchDefaultApplication(const wxString& document, int flags = 0);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Opens the @a url in user's default browser.
|
Opens the @a url in user's default browser.
|
||||||
@@ -375,6 +377,8 @@ bool wxLaunchDefaultApplication(const wxString& document, int flags = 0)
|
|||||||
may be used for local URLs while another one may be used for remote
|
may be used for local URLs while another one may be used for remote
|
||||||
URLs).
|
URLs).
|
||||||
|
|
||||||
|
@see wxLaunchDefaultApplication(), wxExecute()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
*/
|
*/
|
||||||
bool wxLaunchDefaultBrowser(const wxString& url, int flags = 0);
|
bool wxLaunchDefaultBrowser(const wxString& url, int flags = 0);
|
||||||
@@ -710,7 +714,8 @@ bool wxIsPlatformLittleEndian();
|
|||||||
@param callback
|
@param callback
|
||||||
An optional pointer to wxProcess.
|
An optional pointer to wxProcess.
|
||||||
|
|
||||||
@see wxShell(), wxProcess, @ref page_samples_exec
|
@see wxShell(), wxProcess, @ref page_samples_exec,
|
||||||
|
wxLaunchDefaultApplication(), wxLaunchDefaultBrowser()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
|
|
||||||
@@ -746,6 +751,9 @@ long wxExecute(const wxString& command, int flags = wxEXEC_ASYNC,
|
|||||||
@param callback
|
@param callback
|
||||||
An optional pointer to wxProcess.
|
An optional pointer to wxProcess.
|
||||||
|
|
||||||
|
@see wxShell(), wxProcess, @ref page_samples_exec,
|
||||||
|
wxLaunchDefaultApplication(), wxLaunchDefaultBrowser()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
*/
|
*/
|
||||||
long wxExecute(char** argv, int flags = wxEXEC_ASYNC,
|
long wxExecute(char** argv, int flags = wxEXEC_ASYNC,
|
||||||
@@ -776,6 +784,9 @@ long wxExecute(wchar_t** argv, int flags = wxEXEC_ASYNC,
|
|||||||
wxEXEC_NODISABLE and wxEXEC_NOEVENTS or wxEXEC_BLOCK, which is equal to
|
wxEXEC_NODISABLE and wxEXEC_NOEVENTS or wxEXEC_BLOCK, which is equal to
|
||||||
their combination, in wxEXEC_SYNC case.
|
their combination, in wxEXEC_SYNC case.
|
||||||
|
|
||||||
|
@see wxShell(), wxProcess, @ref page_samples_exec,
|
||||||
|
wxLaunchDefaultApplication(), wxLaunchDefaultBrowser()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
*/
|
*/
|
||||||
long wxExecute(const wxString& command, wxArrayString& output, int flags = 0);
|
long wxExecute(const wxString& command, wxArrayString& output, int flags = 0);
|
||||||
@@ -800,6 +811,9 @@ long wxExecute(const wxString& command, wxArrayString& output, int flags = 0);
|
|||||||
wxEXEC_NODISABLE and wxEXEC_NOEVENTS or wxEXEC_BLOCK, which is equal to
|
wxEXEC_NODISABLE and wxEXEC_NOEVENTS or wxEXEC_BLOCK, which is equal to
|
||||||
their combination, in wxEXEC_SYNC case.
|
their combination, in wxEXEC_SYNC case.
|
||||||
|
|
||||||
|
@see wxShell(), wxProcess, @ref page_samples_exec,
|
||||||
|
wxLaunchDefaultApplication(), wxLaunchDefaultBrowser()
|
||||||
|
|
||||||
@header{wx/utils.h}
|
@header{wx/utils.h}
|
||||||
*/
|
*/
|
||||||
long wxExecute(const wxString& command, wxArrayString& output,
|
long wxExecute(const wxString& command, wxArrayString& output,
|
||||||
|
Reference in New Issue
Block a user