]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls.i
Add __docfilter__ to modules so epydoc doesn't generate docs for all
[wxWidgets.git] / wxPython / src / controls.i
index 502b4346fcc8d6a40084be3c5fa9312348b8e6f8..258bdbc095e5b62d6d0306b9f1c316d5c5ae3970 100644 (file)
@@ -23,6 +23,7 @@
 
 %import core.i
 %pythoncode { wx = core }
+%pythoncode { __docfilter__ = wx.__docfilter__ }
 
 %include _controls_rename.i
 
@@ -30,6 +31,10 @@ MAKE_CONST_WXSTRING_NOSWIG(PanelNameStr);
 MAKE_CONST_WXSTRING_NOSWIG(EmptyString);
 MAKE_CONST_WXSTRING_NOSWIG(ControlNameStr);
 
+%{
+    const wxArrayString wxPyEmptyStringArray;
+%}
+
 
 // Include all the files that make up this module