]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/README.txt
Added more makefiles
[wxWidgets.git] / utils / wxPython / README.txt
index d62970972e9fe2a57db2876b221f110de276bbe4..a43350f9a7ed6c2c5c60243e6a19684ce4810951 100644 (file)
@@ -42,6 +42,37 @@ application will cause problems.  However there is a plan to support
 this in the future.
 
 
 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
 -------------------
 
 What's new in 0.4.2
 -------------------
@@ -164,7 +195,7 @@ module:
 
 
 ------------------------
 
 
 ------------------------
-8/8/1998
+10/20/1998
 
 Robin Dunn
 robin@alldunn.com
 
 Robin Dunn
 robin@alldunn.com