X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b867149612d2146d5a781874f0e5ccf1b0dc43b..5d5d57f3ec5641b9843ae6f2e02d3ad5093a49e6:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index b06f4da5c9..09eba0f8cb 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -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")