X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c976bff2daa9a91ea20cf082bef0190f7453477..ac5d357a442f162b51c3ede0e2f702ad3ffe4406:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 041678483a..3b2855807e 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -51,11 +51,15 @@ _treeList = [ 'AUI_DockingWindowMgr', 'AUI_Notebook', 'CheckListCtrlMixin', + 'ComboTreeBox', 'Pickers', 'PseudoDC', 'RichTextCtrl', 'Treebook', 'Toolbook', + 'BitmapFromBuffer', + 'RawBitmapAccess', + 'DragScroller', ]), # managed windows == things with a (optional) caption you can close @@ -140,6 +144,7 @@ _treeList = [ ('Custom Controls', [ 'AnalogClock', 'ColourSelect', + 'ComboTreeBox', 'Editor', 'GenericButtons', 'GenericDirCtrl', @@ -228,6 +233,7 @@ _treeList = [ # Images ('Using Images', [ 'ArtProvider', + 'BitmapFromBuffer', 'Cursor', 'DragImage', 'GIFAnimationCtrl', @@ -235,6 +241,7 @@ _treeList = [ 'ImageAlpha', 'ImageFromStream', 'Mask', + 'RawBitmapAccess', 'Throbber', ]), @@ -242,6 +249,7 @@ _treeList = [ ('Miscellaneous', [ 'ColourDB', ##'DialogUnits', # needs more explanations + 'DragScroller', 'DrawXXXList', 'FileHistory', 'FontEnumerator',