X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cccce1a6e7cbaab4ba1dc3e039753bdd9bef40e0..cb719f2e29bd20effa3259d2d7dead9fd857442c:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 8fe436f994..eed065bf0f 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -47,7 +47,9 @@ import images _treeList = [ # new stuff ('Recent Additions/Updates', [ + 'StockButtons', 'Ticker', + 'Choicebook', ]), # managed windows == things with a (optional) caption you can close @@ -88,6 +90,7 @@ _treeList = [ 'CheckBox', 'CheckListBox', 'Choice', + 'Choicebook', 'ComboBox', 'Gauge', 'Grid', @@ -111,6 +114,7 @@ _treeList = [ 'StaticBitmap', 'StaticText', 'StatusBar', + 'StockButtons', 'TextCtrl', 'ToggleButton', 'ToolBar',