]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Add new animate sample to the distribution (probably more steps from technote #1...
[wxWidgets.git] / wxPython / demo / Main.py
index fa466936220cc080b148a6b4e3ed8af053c6c9ca..ec9b65f6643e80c6d00387f6c2722b42f26189f1 100644 (file)
@@ -65,6 +65,8 @@ _treeList = [
         'ExpandoTextCtrl',
         'ButtonPanel',
         'FlatNotebook',
+        'CustomTreeCtrl',
+        'AboutBox',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -79,6 +81,7 @@ _treeList = [
 
     # the common dialogs
     ('Common Dialogs', [
+        'AboutBox',
         'ColourDialog',
         'DirDialog',
         'FileDialog',
@@ -151,6 +154,7 @@ _treeList = [
         'ButtonPanel',
         'ColourSelect',
         'ComboTreeBox',
+        'CustomTreeCtrl',
         'Editor',
         'FlatNotebook',
         'GenericButtons',