%import _defs.i
-%{
- static wxString wxPyEmptyStr("");
-%}
-
//---------------------------------------------------------------------------
void wxGetMousePosition(int* OUTPUT, int* OUTPUT);
bool wxIsBusy();
wxString wxNow();
-bool wxShell(const wxString& command = wxPyEmptyStr);
+bool wxShell(const wxString& command = wxEmptyString);
void wxStartTimer();
int wxGetOsVersion(int *OUTPUT, int *OUTPUT);
wxString wxGetOsDescription();
wxString wxGetUserId();
wxString wxGetUserName();
wxString wxGetHomeDir();
-
+wxString wxGetUserHome(const char* user = "");
//----------------------------------------------------------------------