X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dce2bd223c2370f001f9ca93e04cbd437ff3f988..0a5bb138a71dfc1c706fc0858fb2801500e2c2e8:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index b10d9d60df..a67cd8b9b5 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -10,11 +10,12 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module _core +%module(package="wx") _core %{ #include "wx/wxPython/wxPython_int.h" #include "wx/wxPython/pyclasses.h" +#include "wx/wxPython/twoitem.h" %} @@ -25,10 +26,9 @@ %include my_typemaps.i %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 @@ -74,6 +74,8 @@ def _deprecated(callable, msg=None): MAKE_CONST_WXSTRING(EmptyString); +%include _swigtype.i + %include _obj.i %include _gdicmn.i %include _streams.i @@ -85,6 +87,7 @@ MAKE_CONST_WXSTRING(EmptyString); %include _evthandler.i %include _event.i %include _app.i +%include _evtloop.i %include _accel.i %include _window.i %include _validator.i