X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af309447ff8413abd2fa5e9cc780fcef1c891f87..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/wxPython/src/wx.i diff --git a/utils/wxPython/src/wx.i b/utils/wxPython/src/wx.i index 86c735ca40..a0e23c1149 100644 --- a/utils/wxPython/src/wx.i +++ b/utils/wxPython/src/wx.i @@ -47,7 +47,7 @@ //--------------------------------------------------------------------------- -#define __version__ "2.0b5" +#define __version__ "2.0b6" wxPoint wxPyDefaultPosition; wxSize wxPyDefaultSize; @@ -114,11 +114,13 @@ extern "C" SWIGEXPORT(void,initcontrols2c)(); extern "C" SWIGEXPORT(void,initcmndlgsc)(); extern "C" SWIGEXPORT(void,initstattoolc)(); extern "C" SWIGEXPORT(void,initframesc)(); -extern "C" SWIGEXPORT(void,initutilsc)(); extern "C" SWIGEXPORT(void,initwindows3c)(); +#ifndef SEPARATE +extern "C" SWIGEXPORT(void,initutilsc)(); +#endif +%} -%} %init %{ @@ -156,6 +158,13 @@ extern "C" SWIGEXPORT(void,initwindows3c)(); ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.8 1999/03/05 07:22:32 RD +// Minor wxPython changes for wxWin 2.0 +// +// Revision 1.7 1999/02/25 07:08:37 RD +// +// wxPython version 2.0b5 +// // Revision 1.6 1999/02/20 09:03:04 RD // Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a // window handle. If you can get the window handle into the python code,