]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
Updated wxPython build instructions
[wxWidgets.git] / wxPython / src / wx.i
index 351c6e4bb1812c8c4f46d592f4e92c35f1b70029..e7bb17b37a8cb185db80469286ffd62c62af5ef3 100644 (file)
@@ -12,6 +12,7 @@
 
 %module wx
 
+
 %{
 #include "helpers.h"
 %}
@@ -107,12 +108,12 @@ public:
 
 %inline %{
     wxPyApp* wxGetApp() {
-        return wxPythonApp;
+        //return wxPythonApp;
+        return (wxPyApp*)wxTheApp;
     }
 %}
 
 
-
 //----------------------------------------------------------------------
 // this is used to cleanup after wxWindows when Python shuts down.