]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
KeyCode --> GetKeyCode
[wxWidgets.git] / wxPython / demo / Main.py
index c7bbb1b03e63c49e60880a7cff46eecdb171f8ac..f45ed7224289bfa4a25354cf8c6c2fa8b111f940 100644 (file)
@@ -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',