X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e0c87227cf6b6215d169985d2bb5d2421a74512..5cd7ab8dd8af0c17ce9dad88830a8d7aefd4f73b:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index a8a81e8d94..be891ef234 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -28,9 +28,8 @@ %include _core_api.i %include _core_rename.i - - %native(_wxPySetDictionary) __wxPySetDictionary; +%native(_wxPyFixStockObjects) __wxPyFixStockObjects; %pythoncode { %#// Give a reference to the dictionary of this module to the C++ extension @@ -45,18 +44,16 @@ wx = _sys.modules[__name__] #endif -//--------------------------------------------------------------------------- -%{ - DECLARE_DEF_STRING(EmptyString); -// DECLARE_DEF_STRING(PanelNameStr); -%} //--------------------------------------------------------------------------- // Include all the files that make up the core module // wxObject, functions and other base stuff %include _defs.i + +MAKE_CONST_WXSTRING(EmptyString); + %include _obj.i %include _gdicmn.i %include _streams.i