]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/core.i
Minor tweaks to bring up to date with CVS changes
[wxWidgets.git] / wxPython / src / core.i
index b10d9d60dfdc5c3d348deceaf4ace82c19fe089e..40a6648a2cb1804e5104021c946868f83ba48b99 100644 (file)
@@ -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.
@@ -74,6 +75,8 @@ def _deprecated(callable, msg=None):
 
 MAKE_CONST_WXSTRING(EmptyString);
 
+%include _swigtype.i
+
 %include _obj.i
 %include _gdicmn.i
 %include _streams.i
@@ -85,6 +88,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