X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91334b48e20974cf88d015bc508c6a3175f94ecb..0f00be4b33cdf013af6b64bfbd0e6841e7f0d574:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 94d03cb458..dcee74cc5a 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', @@ -1676,6 +1678,8 @@ class MyApp(wx.App): the main frame when it is time to do so. """ + wx.SystemOptions.SetOptionInt("mac.window-plain-transition", 1) + # For debugging #self.SetAssertMode(wx.PYAPP_ASSERT_DIALOG)