X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66c033b4a6ee95a2392b7f3c5a629256b661c456..ad3fca675f77c2903cafd096bbda8baa2e7689ff:/wxPython/src/gtk/wizard.py?ds=sidebyside diff --git a/wxPython/src/gtk/wizard.py b/wxPython/src/gtk/wizard.py index e90f8fe88f..1949b09a5b 100644 --- a/wxPython/src/gtk/wizard.py +++ b/wxPython/src/gtk/wizard.py @@ -1,6 +1,11 @@ # This file was created automatically by SWIG. # Don't modify this file, modify the SWIG interface instead. +""" +`Wizard` is a dialog class that guides the user through a sequence of steps, +or pages. +""" + import _wizard import _windows