]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
ensure that the MasedEditMixin's version of IsEmpty is the one used.
[wxWidgets.git] / wxPython / src / controls.i
index eb0cd7ea07445a7e0e4b38758c4ca3e820926e9a..f508c2c09a3be95f6636890b3ad4f7d6be14dad5 100644 (file)
@@ -10,7 +10,7 @@
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module _controls
+%module(package="wx") _controls
 
 //---------------------------------------------------------------------------
 
@@ -23,9 +23,6 @@
 
 %import core.i
 %pythoncode { wx = _core }
-%pythoncode { __docfilter__ = wx.__docfilter__ }
-
-%include __controls_rename.i
 
 MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
@@ -61,7 +58,9 @@ MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 %include _pycontrol.i
 %include _cshelp.i
 %include _dragimg.i
-
+%include _datectrl.i
+%include _hyperlink.i
+%include _picker.i
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------