]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
fix string substitution
[wxWidgets.git] / wxPython / demo / Main.py
index 94d03cb4588b10dfa1a3943dc029aa28fb764187..dcee74cc5aa333eabbea1a30e97c915a4bcef76e 100644 (file)
@@ -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)