]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/wx.i
incremented wxPython version number
[wxWidgets.git] / utils / wxPython / src / wx.i
index d266695535400b29d9d31c70dda67c7a15934751..256489467e5addbbd4c0d2e4236a01fc7792ea4b 100644 (file)
@@ -42,6 +42,7 @@
 %import windows3.i
 %import image.i
 %import printfw.i
+%import sizers.i
 
 
 %native(_wxStart)           __wxStart;
@@ -49,7 +50,8 @@
 
 //---------------------------------------------------------------------------
 
-#define __version__ "2.1b3"
+
+#define __version__ "0.0.0"   // The real value is in build.py...
 
 wxPoint     wxPyDefaultPosition;
 wxSize      wxPyDefaultSize;
@@ -123,7 +125,6 @@ public:
 };
 
 
-
 //----------------------------------------------------------------------
 // This code gets added to the module initialization function
 //----------------------------------------------------------------------
@@ -144,11 +145,7 @@ extern "C" SWIGEXPORT(void) initframesc();
 extern "C" SWIGEXPORT(void) initwindows3c();
 extern "C" SWIGEXPORT(void) initimagec();
 extern "C" SWIGEXPORT(void) initprintfwc();
-#ifndef SEPARATE
-extern "C" SWIGEXPORT(void) initutilsc();
-//extern "C" SWIGEXPORT(void) initoglc();
-extern "C" SWIGEXPORT(void) initglcanvasc();
-#endif
+extern "C" SWIGEXPORT(void) initsizersc();
 %}
 
 
@@ -176,13 +173,7 @@ extern "C" SWIGEXPORT(void) initglcanvasc();
     initwindows3c();
     initimagec();
     initprintfwc();
-#ifndef SEPARATE
-    initutilsc();
-//    initoglc();
-#ifdef WITH_GLCANVAS
-    initglcanvasc();
-#endif
-#endif
+    initsizersc();
 %}
 
 //----------------------------------------------------------------------