X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96d49f0eea53dbaae6fd926d6a2107f9f6e87e7d..9057d6d46ea0acc7223311b81c7b50707d787f66:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index 8014c345ba..a67cd8b9b5 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -15,6 +15,7 @@ %{ #include "wx/wxPython/wxPython_int.h" #include "wx/wxPython/pyclasses.h" +#include "wx/wxPython/twoitem.h" %} @@ -25,10 +26,8 @@ %include my_typemaps.i %include _core_api.i -%include __core_rename.i %native(_wxPySetDictionary) __wxPySetDictionary; -%native(_wxPyFixStockObjects) __wxPyFixStockObjects; %pythoncode { @@ -75,6 +74,8 @@ def _deprecated(callable, msg=None): MAKE_CONST_WXSTRING(EmptyString); +%include _swigtype.i + %include _obj.i %include _gdicmn.i %include _streams.i