]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/wizard.i
don't distribute extra space between 0 width cells in justified paragraphs (this...
[wxWidgets.git] / wxPython / src / wizard.i
index 542abb0b85b7cda4c27ee2073675e485f047c646..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"
@@ -24,7 +28,8 @@
 //----------------------------------------------------------------------
 
 %import windows.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
 
 %include _wizard_rename.i