]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
Add KeyEvent method for setting the m_uniChar member
[wxWidgets.git] / wxPython / src / gdi.i
index 453b0e9f8e2a78d8e449e44c0582cc427863af1b..af4511976cf3344ab89f4299d247d5573d442b46 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _gdi
+%module(package="wx") _gdi
 
 //---------------------------------------------------------------------------
 
@@ -25,9 +25,6 @@
 %import core.i
 %pythoncode { wx = _core }
 
-%include __gdi_rename.i
-
-
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 
 
@@ -48,6 +45,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 %include _imaglist.i
 %include _stockobjs.i
 %include _effects.i
+%include _renderer.i
 
 
 //---------------------------------------------------------------------------