]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/core.i
Added wxMouseCaptureLostEvent
[wxWidgets.git] / wxPython / src / core.i
index b10d9d60dfdc5c3d348deceaf4ace82c19fe089e..a67cd8b9b51554d69015b4e509dc59f538474e8b 100644 (file)
 // 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
@@ -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