X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8b8dda73001819104b83776e4c014369c013ce8..8516328f1bf774bbd96ce400945b0f06be93c397:/utils/wxPython/src/wx.i diff --git a/utils/wxPython/src/wx.i b/utils/wxPython/src/wx.i index 5570148ada..cedd7db22d 100644 --- a/utils/wxPython/src/wx.i +++ b/utils/wxPython/src/wx.i @@ -46,7 +46,7 @@ //--------------------------------------------------------------------------- -#define __version__ "0.5.0" +#define __version__ "0.5.2" wxPoint wxPyDefaultPosition; wxSize wxPyDefaultSize; @@ -152,6 +152,15 @@ extern "C" SWIGEXPORT(void,initutilsc)(); ///////////////////////////////////////////////////////////////////////////// // // $Log$ +// Revision 1.3 1998/12/17 17:52:21 RD +// wxPython 0.5.2 +// Minor fixes and SWIG code generation for RR's changes. MSW and GTK +// versions are much closer now! +// +// Revision 1.2 1998/12/16 22:10:57 RD +// +// Tweaks needed to be able to build wxPython with wxGTK. +// // Revision 1.1 1998/12/15 20:41:27 RD // Changed the import semantics from "from wxPython import *" to "from // wxPython.wx import *" This is for people who are worried about