]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
more informative assert message
[wxWidgets.git] / wxPython / demo / Main.py
index 11ea138078b91f5bdd11e2e6fbcd14f0fca9d492..fa466936220cc080b148a6b4e3ed8af053c6c9ca 100644 (file)
@@ -62,6 +62,9 @@ _treeList = [
         'DragScroller',
 ##        'AlphaDrawing',
         'DelayedResult',
+        'ExpandoTextCtrl',
+        'ButtonPanel',
+        'FlatNotebook',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -145,9 +148,11 @@ _treeList = [
 
     ('Custom Controls', [
         'AnalogClock',
+        'ButtonPanel',
         'ColourSelect',
         'ComboTreeBox',
         'Editor',
+        'FlatNotebook',
         'GenericButtons',
         'GenericDirCtrl',
         'LEDNumberCtrl',
@@ -170,6 +175,7 @@ _treeList = [
         'DatePickerCtrl',
         'DynamicSashWindow',
         'EditableListBox',
+        'ExpandoTextCtrl',
         'FancyText',
         'FileBrowseButton',
         'FloatBar',