Fix various missing or broken stuff needed for Project Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -106,7 +106,7 @@ public:
|
||||
|
||||
@header{wx/utils.h}
|
||||
*/
|
||||
void wxBeginBusyCursor(wxCursor* cursor = wxHOURGLASS_CURSOR);
|
||||
void wxBeginBusyCursor(const wxCursor* cursor = wxHOURGLASS_CURSOR);
|
||||
|
||||
/**
|
||||
Changes the cursor back to the original cursor, for all windows in the
|
||||
@@ -1070,8 +1070,8 @@ unsigned long wxGetProcessId();
|
||||
|
||||
@header{wx/utils.h}
|
||||
*/
|
||||
int wxKill(long pid, int sig = wxSIGTERM,
|
||||
wxKillError rc = NULL, int flags = 0);
|
||||
int wxKill(long pid, wxSignal sig = wxSIGTERM,
|
||||
wxKillError* rc = NULL, int flags = wxKILL_NOCHILDREN);
|
||||
|
||||
/**
|
||||
Executes a command in an interactive shell window. If no command is
|
||||
@@ -1081,7 +1081,7 @@ int wxKill(long pid, int sig = wxSIGTERM,
|
||||
|
||||
@header{wx/utils.h}
|
||||
*/
|
||||
bool wxShell(const wxString& command = NULL);
|
||||
bool wxShell(const wxString& command = wxEmptyString);
|
||||
|
||||
/**
|
||||
This function shuts down or reboots the computer depending on the value of
|
||||
|
Reference in New Issue
Block a user