]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
Change event names to clarify that they are only fired by button clicks, and note...
[wxWidgets.git] / wxPython / src / controls.i
index eb0cd7ea07445a7e0e4b38758c4ca3e820926e9a..9928d25e9afc680d47b4b655f785a3fb22f99507 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,11 @@ MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 %include _pycontrol.i
 %include _cshelp.i
 %include _dragimg.i
-
+%include _datectrl.i
+%include _hyperlink.i
+%include _picker.i
+%include _collpane.i
+%include _srchctrl.i
 
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------