]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/README.txt
Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
[wxWidgets.git] / utils / wxPython / README.txt
index d62970972e9fe2a57db2876b221f110de276bbe4..6ab54cdad197a243f3bbf07299608b947c6f6f63 100644 (file)
@@ -42,6 +42,28 @@ application will cause problems.  However there is a plan to support
 this in the future.
 
 
+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, (untested.)
+
+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 +186,7 @@ module:
 
 
 ------------------------
-8/8/1998
+10/20/1998
 
 Robin Dunn
 robin@alldunn.com