]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
no real changes
[wxWidgets.git] / wxPython / src / wx.i
index 6b45c74e3f95e72c0137e885d4943d65dd21256f..b052ac0dcc73cc1c37da1cb2097c323513e16641 100644 (file)
 #include "helpers.h"
 %}
 
+//  %pragma(python) code="
+//  # This gives this module's dictionary to the C++ extension code...
+//  wxc._wxSetDictionary(vars())
+//  "
+
 //----------------------------------------------------------------------
 // This is where we include the other wrapper definition files for SWIG
 //----------------------------------------------------------------------
@@ -112,6 +117,8 @@ public:
     }
 %}
 
+
+
 //----------------------------------------------------------------------
 // this is used to cleanup after wxWindows when Python shuts down.