X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f708f05dc367fbd7102196add1843db538ac49c..6e28ff0ce787d68d8025cf650f3b30561d41a0bd:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index e8791ef031..be75f8c97c 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -57,6 +57,8 @@ _treeList = [ 'RichTextCtrl', 'Treebook', 'Toolbook', + 'BitmapFromBuffer', + 'RawBitmapAccess', ]), # managed windows == things with a (optional) caption you can close @@ -230,6 +232,7 @@ _treeList = [ # Images ('Using Images', [ 'ArtProvider', + 'BitmapFromBuffer', 'Cursor', 'DragImage', 'GIFAnimationCtrl', @@ -237,6 +240,7 @@ _treeList = [ 'ImageAlpha', 'ImageFromStream', 'Mask', + 'RawBitmapAccess', 'Throbber', ]),