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