X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9718534022aadded7bf3faf727bc07f2780ce6a8..d2945f3350bddb39076a1d51812ce630d93dc681:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index f4a6074edc..f127561f61 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -150,7 +150,7 @@ Added wxStdDialogButtonSizer, which is a a special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the buttons using the standard -ID's. Then call `Finalize` and the sizer will take care of the rest. +ID's. Then call `Realize` and the sizer will take care of the rest. wxMSW Toolbar: pass correct tool id (and not always -1) to the EVT_TOOL_RCLICKED handler @@ -236,6 +236,22 @@ base implementation and wx.lib.pydocview for Python-specific extensions. There are also a couple sample applications located in samples/docview. +Added GetBitmap, GetIcon to wx.ImageList. + +wxGTK wx.Button.SetLabel no longer invalidates/resets the font. + +wx.Sizer.AddWindow, AddSizer, AddSpacer and etc. have now been +undeprecated at the request of Riaan Booysen, the Boa Constructor team +lead. Boa needs them to help keep track of what kind of item is being +managed by the sizer. They are now just simple compatibility aliases +for Add, and etc. + +The old C++ version of the OGL lib is no longer built by default. Use +the Python version in the wx.lib.ogl package instead. + +The wx.iewin module is no longer built by default. You can use the +wx.lib.iewin version instead. +