X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6cb4f153c300067e21eac198e4b57b47db9b9767..ded2661ab0b63742ea3bc612164e5a8120a649ec:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index fa46693622..ec9b65f664 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -65,6 +65,8 @@ _treeList = [ 'ExpandoTextCtrl', 'ButtonPanel', 'FlatNotebook', + 'CustomTreeCtrl', + 'AboutBox', ]), # managed windows == things with a (optional) caption you can close @@ -79,6 +81,7 @@ _treeList = [ # the common dialogs ('Common Dialogs', [ + 'AboutBox', 'ColourDialog', 'DirDialog', 'FileDialog', @@ -151,6 +154,7 @@ _treeList = [ 'ButtonPanel', 'ColourSelect', 'ComboTreeBox', + 'CustomTreeCtrl', 'Editor', 'FlatNotebook', 'GenericButtons',