X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b8b8dda73001819104b83776e4c014369c013ce8..71432ef81fcd99814dc5eab49622e7af04c668e1:/utils/wxPython/src/msw/wx.cpp diff --git a/utils/wxPython/src/msw/wx.cpp b/utils/wxPython/src/msw/wx.cpp index 635923af56..1232da33f7 100644 --- a/utils/wxPython/src/msw/wx.cpp +++ b/utils/wxPython/src/msw/wx.cpp @@ -33,24 +33,8 @@ * and things like that. * * $Log$ - * Revision 1.1 1998/12/15 20:44:01 RD - * Changed the import semantics from "from wxPython import *" to "from - * wxPython.wx import *" This is for people who are worried about - * namespace pollution, they can use "from wxPython import wx" and then - * prefix all the wxPython identifiers with "wx." - * - * Added wxTaskbarIcon for wxMSW. - * - * Made the events work for wxGrid. - * - * Added wxConfig. - * - * Added wxMiniFrame for wxGTK, (untested.) - * - * Changed many of the args and return values that were pointers to gdi - * objects to references to reflect changes in the wxWindows API. - * - * Other assorted fixes and additions. + * Revision 1.3 1998/12/21 19:59:01 RD + * Now compiles with /GX- on MSW. * ************************************************************************/ @@ -1739,7 +1723,7 @@ SWIGEXPORT(void,initwxc)() { PyDict_SetItemString(d,"wxEVT_COMMAND_TAB_SEL_CHANGING", PyInt_FromLong((long) wxEVT_COMMAND_TAB_SEL_CHANGING)); PyDict_SetItemString(d,"wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED", PyInt_FromLong((long) wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGED)); PyDict_SetItemString(d,"wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING", PyInt_FromLong((long) wxEVT_COMMAND_NOTEBOOK_PAGE_CHANGING)); - PyDict_SetItemString(d,"__version__", PyString_FromString("0.4.5")); + PyDict_SetItemString(d,"__version__", PyString_FromString("0.5.2")); PyDict_SetItemString(d,"cvar", SWIG_globals); SWIG_addvarlink(SWIG_globals,"wxPyDefaultPosition",_wrap_wxPyDefaultPosition_get, _wrap_wxPyDefaultPosition_set); SWIG_addvarlink(SWIG_globals,"wxPyDefaultSize",_wrap_wxPyDefaultSize_get, _wrap_wxPyDefaultSize_set);