X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66dae888d1b46d754469d990a2bbc957163f0bad..ff1dadae388b2f408874b80251d64d16d9d46280:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index f45ed72242..ec9b65f664 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -64,6 +64,9 @@ _treeList = [ 'DelayedResult', 'ExpandoTextCtrl', 'ButtonPanel', + 'FlatNotebook', + 'CustomTreeCtrl', + 'AboutBox', ]), # managed windows == things with a (optional) caption you can close @@ -78,6 +81,7 @@ _treeList = [ # the common dialogs ('Common Dialogs', [ + 'AboutBox', 'ColourDialog', 'DirDialog', 'FileDialog', @@ -150,7 +154,9 @@ _treeList = [ 'ButtonPanel', 'ColourSelect', 'ComboTreeBox', + 'CustomTreeCtrl', 'Editor', + 'FlatNotebook', 'GenericButtons', 'GenericDirCtrl', 'LEDNumberCtrl',