]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
synthetize 'button up' event before doubleclick, too
[wxWidgets.git] / wxPython / src / misc.i
index c484030fbd321b359c03155ebc31bad72659f79c..836af80a10b3f17caa612d65163e70c669d04a9d 100644 (file)
 %import _defs.i
 
 
-%{
-    static wxString wxPyEmptyStr("");
-%}
-
 //---------------------------------------------------------------------------
 
 
@@ -349,7 +345,7 @@ long wxGetFreeMemory();
 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();