]> 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 c0a19c56b03df6dbc6bd64c58d34d2632e4a312f..ec9b65f6643e80c6d00387f6c2722b42f26189f1 100644 (file)
@@ -66,6 +66,7 @@ _treeList = [
         'ButtonPanel',
         'FlatNotebook',
         'CustomTreeCtrl',
+        'AboutBox',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -80,6 +81,7 @@ _treeList = [
 
     # the common dialogs
     ('Common Dialogs', [
+        'AboutBox',
         'ColourDialog',
         'DirDialog',
         'FileDialog',