]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
IsExposed() needs to reverse the direction in RTL.
[wxWidgets.git] / wxPython / demo / Main.py
index c7bbb1b03e63c49e60880a7cff46eecdb171f8ac..ec9b65f6643e80c6d00387f6c2722b42f26189f1 100644 (file)
@@ -63,6 +63,10 @@ _treeList = [
 ##        'AlphaDrawing',
         'DelayedResult',
         'ExpandoTextCtrl',
+        'ButtonPanel',
+        'FlatNotebook',
+        'CustomTreeCtrl',
+        'AboutBox',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -77,6 +81,7 @@ _treeList = [
 
     # the common dialogs
     ('Common Dialogs', [
+        'AboutBox',
         'ColourDialog',
         'DirDialog',
         'FileDialog',
@@ -146,9 +151,12 @@ _treeList = [
 
     ('Custom Controls', [
         'AnalogClock',
+        'ButtonPanel',
         'ColourSelect',
         'ComboTreeBox',
+        'CustomTreeCtrl',
         'Editor',
+        'FlatNotebook',
         'GenericButtons',
         'GenericDirCtrl',
         'LEDNumberCtrl',