]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / demo / Main.py
index 99b84e6406bc87efe2ff60dede93e20ec6131ba4..09eba0f8cba0745a1b83345772d308ab856cc7c8 100644 (file)
@@ -35,6 +35,7 @@ _treeList = [
         'wxMenu',
         'wxIEHtmlWin',
         'wxKeyEvents',
+        'wxWizard',
         ]),
 
     # managed windows == things with a caption you can close
@@ -43,6 +44,7 @@ _treeList = [
         'wxFrame',
         'wxMDIWindows',
         'wxMiniFrame',
+        'wxWizard',
         ]),
 
     # the common dialogs
@@ -60,7 +62,7 @@ _treeList = [
         'wxTextEntryDialog',
         ]),
 
-    # dialogs form libraries
+    # dialogs from libraries
     ('More Dialogs', [
         'ErrorDialogs',
         'ImageBrowser',