X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c976bff2daa9a91ea20cf082bef0190f7453477..0463eea95d0d2d38e23f076c7ab621e986d36093:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 041678483a..b67361889d 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -50,7 +50,9 @@ _treeList = [ 'AnalogClock', 'AUI_DockingWindowMgr', 'AUI_Notebook', + 'BitmapFromBuffer', 'CheckListCtrlMixin', + 'ComboTreeBox', 'Pickers', 'PseudoDC', 'RichTextCtrl', @@ -140,6 +142,7 @@ _treeList = [ ('Custom Controls', [ 'AnalogClock', 'ColourSelect', + 'ComboTreeBox', 'Editor', 'GenericButtons', 'GenericDirCtrl', @@ -228,6 +231,7 @@ _treeList = [ # Images ('Using Images', [ 'ArtProvider', + 'BitmapFromBuffer', 'Cursor', 'DragImage', 'GIFAnimationCtrl',