X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ecc0e221ee47e8be9fe367bd68ec0e53bea1142e..ac5d357a442f162b51c3ede0e2f702ad3ffe4406:/wxPython/demo/Main.py?ds=inline diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index be75f8c97c..3b2855807e 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -59,6 +59,7 @@ _treeList = [ 'Toolbook', 'BitmapFromBuffer', 'RawBitmapAccess', + 'DragScroller', ]), # managed windows == things with a (optional) caption you can close @@ -248,6 +249,7 @@ _treeList = [ ('Miscellaneous', [ 'ColourDB', ##'DialogUnits', # needs more explanations + 'DragScroller', 'DrawXXXList', 'FileHistory', 'FontEnumerator',