]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
regenaretd after samples/animate addition
[wxWidgets.git] / wxPython / demo / Main.py
index c7bbb1b03e63c49e60880a7cff46eecdb171f8ac..c0a19c56b03df6dbc6bd64c58d34d2632e4a312f 100644 (file)
@@ -63,6 +63,9 @@ _treeList = [
 ##        'AlphaDrawing',
         'DelayedResult',
         'ExpandoTextCtrl',
+        'ButtonPanel',
+        'FlatNotebook',
+        'CustomTreeCtrl',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -146,9 +149,12 @@ _treeList = [
 
     ('Custom Controls', [
         'AnalogClock',
+        'ButtonPanel',
         'ColourSelect',
         'ComboTreeBox',
+        'CustomTreeCtrl',
         'Editor',
+        'FlatNotebook',
         'GenericButtons',
         'GenericDirCtrl',
         'LEDNumberCtrl',