]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wizard.i
Docstrings
[wxWidgets.git] / wxPython / src / wizard.i
index 309da8bac3a6e46628de591cbb384a929f119bc8..03862c5cc9d04cde2ed8856f22653ebbedc08194 100644 (file)
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
-%module wizard
+%define DOCSTRING
+"`Wizard` is a dialog class that guides the user through a sequence of steps,
+or pages."
+%enddef
+%module(docstring=DOCSTRING) wizard
 
 %{
 #include "wx/wxPython/wxPython.h"
@@ -25,6 +29,7 @@
 
 %import windows.i
 %pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
 
 %include _wizard_rename.i