]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Fix for too big default window size
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index c0978cdeace313f3f6f64fc8dd5adfa006767473..a82ddba9ba63650ab8891dd00a21d21b07ac91b9 100644 (file)
@@ -80,6 +80,13 @@ Updated wx.lib.calendar with many fixes and enhancements from Joerg
 
 Added wx.Display and wx.VideoMode.
 
+AppleEvents can be handled by overriding wx.App methods MacOpenFile,
+MacPrintFile, MacNewFile, and MacReopenApp.
+
+Added wx.PlatformInfo which is a tuple containing strings that
+describe the platform and build options of wxPython.  See the
+MigrationGuide for more details.
+