X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2b4a4ea12623b3c0666c787561b7b21b8081093..5f47669009f9519f55a5ce1eae92a3d29a88a3aa:/wxPython/demo/Main.py?ds=inline diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 37b4fa8b83..eed065bf0f 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -49,6 +49,7 @@ _treeList = [ ('Recent Additions/Updates', [ 'StockButtons', 'Ticker', + 'Choicebook', ]), # managed windows == things with a (optional) caption you can close @@ -89,6 +90,7 @@ _treeList = [ 'CheckBox', 'CheckListBox', 'Choice', + 'Choicebook', 'ComboBox', 'Gauge', 'Grid',