]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/misc.i
Added wxPython support of new HTML Printing classes.
[wxWidgets.git] / utils / wxPython / src / misc.i
index 8dbcff2100b9d6747107fd4244e7c05b68c6cce9..a8791dd6c56a3b4a38344afdd07482cab8692b43 100644 (file)
@@ -16,6 +16,7 @@
 #include "helpers.h"
 #include <wx/resource.h>
 #include <wx/tooltip.h>
+#include <wx/busyinfo.h>
 %}
 
 //----------------------------------------------------------------------
@@ -328,6 +329,15 @@ public:
 };
 
 //---------------------------------------------------------------------------
+
+class wxBusyInfo {
+public:
+    wxBusyInfo(const wxString& message);
+    ~wxBusyInfo();
+};
+
+
+
 //---------------------------------------------------------------------------