X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b37c7e1dcdad16c20d9800d2abaf53cc6b653a64..761df41e86ceeed56d32c038a6c9f88554d4f47a:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 52c534bf68..a6f8cdae42 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -35,7 +35,12 @@ _treeList = [ 'wxRightTextCtrl', 'URLDragAndDrop', 'wxMimeTypesManager', - ##'wxPopupWindow', + 'wxPopupWindow', + 'wxDynamicSashWindow', + 'wxEditableListBox', + 'SplitTree', + 'wxLEDNumberCtrl', + 'wxEditor', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', @@ -44,7 +49,8 @@ _treeList = [ 'wxStatusBar', 'wxNotebook', 'wxHtmlWindow', 'wxStyledTextCtrl_1', 'wxStyledTextCtrl_2', - ##'wxPopupWindow', + 'wxPopupWindow', + 'wxDynamicSashWindow', ]), ('Common Dialogs', ['wxColourDialog', 'wxDirDialog', 'wxFileDialog', @@ -58,6 +64,7 @@ _treeList = [ 'wxTreeCtrl', 'wxSpinButton', 'wxSpinCtrl', 'wxStaticText', 'wxStaticBitmap', 'wxRadioBox', 'wxSlider', 'wxToolBar', 'wxCalendarCtrl', 'wxToggleButton', + 'wxEditableListBox', 'wxLEDNumberCtrl', ]), ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']), @@ -70,6 +77,7 @@ _treeList = [ 'ActiveXWrapper_Acrobat', 'ActiveXWrapper_IE', 'wxDragImage', "wxProcess", "FancyText", "OOR", "wxWave", 'wxJoystick', 'DrawXXXList', 'ErrorDialogs', 'wxMimeTypesManager', + 'SplitTree', ]), ('wxPython Library', ['Layoutf', 'wxScrolledMessageDialog', @@ -81,7 +89,10 @@ _treeList = [ 'wxRightTextCtrl', ]), - ('Cool Contribs', ['pyTree', 'hangman', 'SlashDot', 'XMLtreeview']), + ('Cool Contribs', ['pyTree', 'hangman', + #'SlashDot', + 'XMLtreeview' + ]), ] @@ -474,7 +485,7 @@ class MyApp(wxApp): wxInitAllImageHandlers() self.splash = SplashScreen(None, bitmapfile='bitmaps/splash.gif', - duration=4000, callback=self.AfterSplash) + duration=4000, callback=self.AfterSplash) self.splash.Show(true) wxYield() return true