X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dce2bd223c2370f001f9ca93e04cbd437ff3f988..c430d0dc64b9d9956d19575cb92237904910266f:/wxPython/src/core.i diff --git a/wxPython/src/core.i b/wxPython/src/core.i index b10d9d60df..8014c345ba 100644 --- a/wxPython/src/core.i +++ b/wxPython/src/core.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module _core +%module(package="wx") _core %{ #include "wx/wxPython/wxPython_int.h" @@ -30,6 +30,7 @@ %native(_wxPySetDictionary) __wxPySetDictionary; %native(_wxPyFixStockObjects) __wxPyFixStockObjects; + %pythoncode { %#// Give a reference to the dictionary of this module to the C++ extension %#// code. @@ -85,6 +86,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