X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b867149612d2146d5a781874f0e5ccf1b0dc43b..94bc8b14d4f74c5bb831b0eca20a45c751fbb5fe:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index b06f4da5c9..82736b72fe 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -35,6 +35,8 @@ _treeList = [ 'wxMenu', 'wxIEHtmlWin', 'wxKeyEvents', + 'wxWizard', + 'wxXmlResourceHandler', ]), # managed windows == things with a caption you can close @@ -43,6 +45,7 @@ _treeList = [ 'wxFrame', 'wxMDIWindows', 'wxMiniFrame', + 'wxWizard', ]), # the common dialogs @@ -60,7 +63,7 @@ _treeList = [ 'wxTextEntryDialog', ]), - # dialogs form libraries + # dialogs from libraries ('More Dialogs', [ 'ErrorDialogs', 'ImageBrowser', @@ -136,7 +139,8 @@ _treeList = [ 'ScrolledPanel', 'Sizers', 'wxLayoutConstraints', - 'XML_Resource', + 'wxXmlResource', + 'wxXmlResourceHandler', ]), # ditto @@ -306,8 +310,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")