X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0c84fa0883bf4d80162c4f64550a076e0a54b82..2481a3763b80b30e97a949859dfacb461ed65a6d:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 0bc77f4a17..a3b065e521 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -36,6 +36,8 @@ _treeList = [ 'URLDragAndDrop', 'wxMimeTypesManager', 'wxPopupWindow', + 'wxDynamicSashWindow', + 'wxEditableListBox', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', @@ -44,7 +46,8 @@ _treeList = [ 'wxStatusBar', 'wxNotebook', 'wxHtmlWindow', 'wxStyledTextCtrl_1', 'wxStyledTextCtrl_2', - ##'wxPopupWindow', + 'wxPopupWindow', + 'wxDynamicSashWindow', ]), ('Common Dialogs', ['wxColourDialog', 'wxDirDialog', 'wxFileDialog', @@ -58,6 +61,7 @@ _treeList = [ 'wxTreeCtrl', 'wxSpinButton', 'wxSpinCtrl', 'wxStaticText', 'wxStaticBitmap', 'wxRadioBox', 'wxSlider', 'wxToolBar', 'wxCalendarCtrl', 'wxToggleButton', + 'wxEditableListBox', ]), ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']), @@ -81,7 +85,10 @@ _treeList = [ 'wxRightTextCtrl', ]), - ('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']), + ('Cool Contribs', ['pyTree', 'hangman', + #'SlashDot', + 'XMLtreeview' + ]), ]