// 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"
%}
%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
MAKE_CONST_WXSTRING(EmptyString);
+%include _swigtype.i
+
%include _obj.i
%include _gdicmn.i
%include _streams.i
%include _evthandler.i
%include _event.i
%include _app.i
+%include _evtloop.i
%include _accel.i
%include _window.i
%include _validator.i