X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac9d5e9574b1bbc9cc86480cd30b4cd3e89f9a96..7f3450784cc9c696f269ff1bfde3623c180d4b58:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index c7bbb1b03e..fa46693622 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -63,6 +63,8 @@ _treeList = [ ## 'AlphaDrawing', 'DelayedResult', 'ExpandoTextCtrl', + 'ButtonPanel', + 'FlatNotebook', ]), # managed windows == things with a (optional) caption you can close @@ -146,9 +148,11 @@ _treeList = [ ('Custom Controls', [ 'AnalogClock', + 'ButtonPanel', 'ColourSelect', 'ComboTreeBox', 'Editor', + 'FlatNotebook', 'GenericButtons', 'GenericDirCtrl', 'LEDNumberCtrl',