%import controls2.i
%import windows2.i
%import cmndlgs.i
+%import stattool.i
+%import frames.i
//---------------------------------------------------------------------------
-#define __version__ "0.3.1"
+#define __version__ "0.4.1"
wxPoint wxPyDefaultPosition;
wxSize wxPyDefaultSize;
extern "C" SWIGEXPORT(void,initcontrolsc)();
extern "C" SWIGEXPORT(void,initcontrols2c)();
extern "C" SWIGEXPORT(void,initcmndlgsc)();
+extern "C" SWIGEXPORT(void,initstattoolc)();
+extern "C" SWIGEXPORT(void,initframesc)();
%}
%init %{
+ __wxPreStart(); // initialize the GUI toolkit, if needed.
// wxPyWindows = new wxHashTable(wxKEY_INTEGER, 100);
initcontrolsc();
initcontrols2c();
initcmndlgsc();
+ initstattoolc();
+ initframesc();
+
%}
//----------------------------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
//
// $Log$
+// Revision 1.8 1998/10/07 07:34:35 RD
+// Version 0.4.1 for wxGTK
+//
+// Revision 1.7 1998/10/02 06:40:44 RD
+//
+// Version 0.4 of wxPython for MSW.
+//
+// Revision 1.6 1998/08/27 21:59:10 RD
+// Some chicken-and-egg problems solved for wxPython on wxGTK
+//
// Revision 1.5 1998/08/27 00:00:28 RD
// - more tweaks
// - have discovered some problems but not yet discovered solutions...