X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f708f05dc367fbd7102196add1843db538ac49c..e78e8fdbfdcf104a96f04d5e7ebf0ed2c3d95c93:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index e8791ef031..250c5b908c 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -57,6 +57,10 @@ _treeList = [ 'RichTextCtrl', 'Treebook', 'Toolbook', + 'BitmapFromBuffer', + 'RawBitmapAccess', + 'DragScroller', +## 'AlphaDrawing', ]), # managed windows == things with a (optional) caption you can close @@ -229,7 +233,9 @@ _treeList = [ # Images ('Using Images', [ +## 'AlphaDrawing', 'ArtProvider', + 'BitmapFromBuffer', 'Cursor', 'DragImage', 'GIFAnimationCtrl', @@ -237,13 +243,16 @@ _treeList = [ 'ImageAlpha', 'ImageFromStream', 'Mask', + 'RawBitmapAccess', 'Throbber', ]), # Other stuff ('Miscellaneous', [ +## 'AlphaDrawing', 'ColourDB', ##'DialogUnits', # needs more explanations + 'DragScroller', 'DrawXXXList', 'FileHistory', 'FontEnumerator',