%import windows3.i
%import image.i
%import printfw.i
+%import sizers.i
%native(_wxStart) __wxStart;
//---------------------------------------------------------------------------
-#define __version__ "2.1b3"
+
+#define __version__ "0.0.0" // The real value is in build.py...
wxPoint wxPyDefaultPosition;
wxSize wxPyDefaultSize;
};
-
//----------------------------------------------------------------------
// This code gets added to the module initialization function
//----------------------------------------------------------------------
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();
%}
initwindows3c();
initimagec();
initprintfwc();
-#ifndef SEPARATE
- initutilsc();
-// initoglc();
-#ifdef WITH_GLCANVAS
- initglcanvasc();
-#endif
-#endif
+ initsizersc();
%}
//----------------------------------------------------------------------