X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/607d79b82b20d9e958cb213017479b84adda02c1..4f22cf8ddb6d4c75eee97d1320ba20f7c82753c8:/utils/wxPython/README.txt diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index d62970972e..6ab54cdad1 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -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