%import windows3.i
%import image.i
%import printfw.i
+%import sizers.i
%native(_wxStart) __wxStart;
//---------------------------------------------------------------------------
-#define __version__ "2.1b4"
+
+#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();
+extern "C" SWIGEXPORT(void) initsizersc();
%}
initwindows3c();
initimagec();
initprintfwc();
+ initsizersc();
%}
//----------------------------------------------------------------------