]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/misc.i
Removed some debug code
[wxWidgets.git] / utils / wxPython / src / misc.i
index 0547801f61b0169939693b0e282bae9e9ef04249..a8791dd6c56a3b4a38344afdd07482cab8692b43 100644 (file)
@@ -16,6 +16,7 @@
 #include "helpers.h"
 #include <wx/resource.h>
 #include <wx/tooltip.h>
+#include <wx/busyinfo.h>
 %}
 
 //----------------------------------------------------------------------
@@ -167,7 +168,9 @@ void wxDisplaySize(int *OUTPUT, int *OUTPUT);
 void wxEndBusyCursor();
 long wxExecute(const wxString& command, bool sync = FALSE);
 long wxGetElapsedTime(bool resetTimer = TRUE);
+#ifdef __WXMSW__
 long wxGetFreeMemory();
+#endif
 void wxGetMousePosition(int* OUTPUT, int* OUTPUT);
 bool wxIsBusy();
 wxString wxNow();
@@ -326,6 +329,15 @@ public:
 };
 
 //---------------------------------------------------------------------------
+
+class wxBusyInfo {
+public:
+    wxBusyInfo(const wxString& message);
+    ~wxBusyInfo();
+};
+
+
+
 //---------------------------------------------------------------------------