]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Update SWIG patch to output "True" ("False") in the autodoc string
[wxWidgets.git] / wxPython / demo / Main.py
index 21f66b777b34e2d48bed15f274715000a70560c7..eed065bf0f517b6dd7ad893c2201f4ae3a440927 100644 (file)
@@ -49,6 +49,7 @@ _treeList = [
     ('Recent Additions/Updates', [
         'StockButtons',
         'Ticker',
+        'Choicebook',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -89,6 +90,7 @@ _treeList = [
         'CheckBox',
         'CheckListBox',
         'Choice',
+        'Choicebook',
         'ComboBox',
         'Gauge',
         'Grid',
@@ -112,6 +114,7 @@ _treeList = [
         'StaticBitmap',
         'StaticText',
         'StatusBar',
+        'StockButtons',
         'TextCtrl',
         'ToggleButton',
         'ToolBar',