X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/607d79b82b20d9e958cb213017479b84adda02c1..fed485e0946d9cff74fce6afdb169796d90a99f2:/utils/wxPython/README.txt diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index d62970972e..a43350f9a7 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -42,6 +42,37 @@ application will cause problems. However there is a plan to support this in the future. +What's new in 0.5.3 +------------------- +Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc. + +Various cleanup, tweaks, minor additions, etc. to maintain +compatibility with the current wxWindows. + + + +What's new in 0.5.0 +------------------- +Changed the import semantics from "from wxPython import *" to "from +wxPython.wx import *" This is for people who are worried about +namespace pollution, they can use "from wxPython import wx" and then +prefix all the wxPython identifiers with "wx." + +Added wxTaskbarIcon for wxMSW. + +Made the events work for wxGrid. + +Added wxConfig. + +Added wxMiniFrame for wxGTK. + +Changed many of the args and return values that were pointers to gdi +objects to references to reflect changes in the wxWindows API. + +Other assorted fixes and additions. + + + What's new in 0.4.2 ------------------- @@ -164,7 +195,7 @@ module: ------------------------ -8/8/1998 +10/20/1998 Robin Dunn robin@alldunn.com