git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30513
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
VER_MAJOR = 2 # The first three must match wxWidgets
VER_MINOR = 5
VER_RELEASE = 3
-VER_SUBREL = 2 # wxPython release num for x.y.z release of wxWidgets
+VER_SUBREL = 3 # wxPython release num for x.y.z release of wxWidgets
VER_FLAGS = "pre" # release flags, such as prerelease num, unicode, etc.
DESCRIPTION = "Cross platform GUI toolkit for Python"
=====================================================================
-2.5.3.2
+2.5.3.3
-------
wx.Sizer Add, Insert, and Prepend funcitons now return a reference to the
then calling GetValue().
XRC:
- - added 'icon' property to wxFrame and wxDialog
- - no longer ignores menu bitmaps on non-MSW platforms
+ - Added 'icon' property to wxFrame and wxDialog
+ - No longer ignores menu bitmaps on non-MSW platforms
+ - Notebook page bitmaps are now supported
wxMSW: fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour)
bug.