X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91334b48e20974cf88d015bc508c6a3175f94ecb..ce4fd7b577cdeb1ceb085cb1380c0df97b6ceef4:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 94d03cb458..6b978e2291 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -50,6 +50,7 @@ _treeList = [ 'StandardPaths', 'MediaCtrl', 'DatePickerCtrl', + 'MouseGestures', ]), # managed windows == things with a (optional) caption you can close @@ -226,6 +227,7 @@ _treeList = [ 'FileHistory', 'FontEnumerator', 'Joystick', + 'MouseGestures', 'OGL', 'PrintFramework', 'ShapedWindow',