X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e8819c2e3e35d6a7383af683e8d14b295462a2..f043bf8d19aefe5418fd324201692ed8686b3f21:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 3d72ac519f..a9a1c742ad 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -39,6 +39,7 @@ _treeList = [ 'wxDynamicSashWindow', 'wxEditableListBox', 'SplitTree', + 'wxLEDNumberCtrl', ]), ('Windows', ['wxFrame', 'wxDialog', 'wxMiniFrame', @@ -62,7 +63,7 @@ _treeList = [ 'wxTreeCtrl', 'wxSpinButton', 'wxSpinCtrl', 'wxStaticText', 'wxStaticBitmap', 'wxRadioBox', 'wxSlider', 'wxToolBar', 'wxCalendarCtrl', 'wxToggleButton', - 'wxEditableListBox', + 'wxEditableListBox', 'wxLEDNumberCtrl', ]), ('Window Layout', ['wxLayoutConstraints', 'LayoutAnchors', 'Sizers', 'XML_Resource']), @@ -483,7 +484,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