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