]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
KeyCode --> GetKeyCode
[wxWidgets.git] / wxPython / demo / Main.py
index 11ea138078b91f5bdd11e2e6fbcd14f0fca9d492..f45ed7224289bfa4a25354cf8c6c2fa8b111f940 100644 (file)
@@ -62,6 +62,8 @@ _treeList = [
         'DragScroller',
 ##        'AlphaDrawing',
         'DelayedResult',
+        'ExpandoTextCtrl',
+        'ButtonPanel',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -145,6 +147,7 @@ _treeList = [
 
     ('Custom Controls', [
         'AnalogClock',
+        'ButtonPanel',
         'ColourSelect',
         'ComboTreeBox',
         'Editor',
@@ -170,6 +173,7 @@ _treeList = [
         'DatePickerCtrl',
         'DynamicSashWindow',
         'EditableListBox',
+        'ExpandoTextCtrl',
         'FancyText',
         'FileBrowseButton',
         'FloatBar',