X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/861a0196f9ee8082080e27c9ce78e1b3daac3cf5..94bc8b14d4f74c5bb831b0eca20a45c751fbb5fe:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index d7fc3a4fd3..82736b72fe 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -34,6 +34,9 @@ _treeList = [ 'ScrolledPanel', 'wxMenu', 'wxIEHtmlWin', + 'wxKeyEvents', + 'wxWizard', + 'wxXmlResourceHandler', ]), # managed windows == things with a caption you can close @@ -42,6 +45,7 @@ _treeList = [ 'wxFrame', 'wxMDIWindows', 'wxMiniFrame', + 'wxWizard', ]), # the common dialogs @@ -59,7 +63,7 @@ _treeList = [ 'wxTextEntryDialog', ]), - # dialogs form libraries + # dialogs from libraries ('More Dialogs', [ 'ErrorDialogs', 'ImageBrowser', @@ -116,12 +120,12 @@ _treeList = [ 'wxDynamicSashWindow', 'wxEditableListBox', 'wxEditor', - 'wxFloatBar', + #'wxFloatBar', deprecated 'wxHtmlWindow', 'wxIEHtmlWin', 'wxLEDNumberCtrl', 'wxMimeTypesManager', - 'wxMVCTree', + #'wxMVCTree', deprecated 'wxRightTextCtrl', 'wxStyledTextCtrl_1', 'wxStyledTextCtrl_2', @@ -135,7 +139,8 @@ _treeList = [ 'ScrolledPanel', 'Sizers', 'wxLayoutConstraints', - 'XML_Resource', + 'wxXmlResource', + 'wxXmlResourceHandler', ]), # ditto @@ -146,6 +151,7 @@ _treeList = [ 'Threads', 'wxProcess', 'wxTimer', + 'wxKeyEvents', ]), # Clipboard and DnD @@ -304,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")