]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wx.i
no real changes
[wxWidgets.git] / wxPython / src / wx.i
index 4fdfa903e93dff567b5ee108ba4db2bac59b10b6..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.
 
@@ -192,6 +199,7 @@ static wxPyCoreAPI API = {
     wxPyMake_wxObject,
     wxPyMake_wxSizer,
     wxPyPtrTypeMap_Add,
+    wxArrayString2PyList_helper
 };