X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0465cbdca787b836518b55fa9199dcef0c5ca00..37a4035b5fc118632ada28932d74a91ee0ce4cb3:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index dd1f9044c2..37b4fa8b83 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -47,8 +47,8 @@ import images _treeList = [ # new stuff ('Recent Additions/Updates', [ - 'OGL', - 'FloatCanvas', + 'StockButtons', + 'Ticker', ]), # managed windows == things with a (optional) caption you can close @@ -112,6 +112,7 @@ _treeList = [ 'StaticBitmap', 'StaticText', 'StatusBar', + 'StockButtons', 'TextCtrl', 'ToggleButton', 'ToolBar', @@ -162,6 +163,7 @@ _treeList = [ 'StyledTextCtrl_2', 'TablePrint', 'Throbber', + 'Ticker', 'TimeCtrl', 'VListBox', ]),