]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
SWIGged updates for wxGTK
[wxWidgets.git] / wxPython / demo / Main.py
index b06f4da5c9e08073126e472fc37d46104f566b0a..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',
@@ -306,8 +308,8 @@ class wxPythonDemo(wxFrame):
         self.treeMap = {}
         self.tree = wxTreeCtrl(splitter, tID,
                                style=wxTR_HAS_BUTTONS |
-                               wxTR_EDIT_LABELS |
-                               wxTR_HAS_VARIABLE_ROW_HEIGHT)
+                               wxTR_HAS_VARIABLE_ROW_HEIGHT
+                               )
 
         #self.tree.SetBackgroundColour(wxNamedColour("Pink"))
         root = self.tree.AddRoot("wxPython Overview")