X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/67a5217c4f3c2ee355785ea0ce35c8984c837bfa..32a1ea1c5d8aab25143e76f0cfe1bd6aa86c0d3f:/wxPython/docs/CHANGES.txt diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index aea8587cc2..dc1e29fae3 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -258,13 +258,19 @@ wx.lib.iewin version instead. Fixed wx.BufferedPaintDC for scrolled windows to work whether the buffer is covering only the client area or the full virtual area of the scrolled window. By default it will assume that only the client -area is covered. This is different than the old behavior, to indicate -that the entire virtual area is covered then add a -style=wx.BUFFER_VIRTUAL_AREA parameter. +area is covered. This is different than the old behavior so to +indicate that the entire virtual area is covered simply add a +style=wx.BUFFER_VIRTUAL_AREA parameter. wx.gizmos.TreeListCtrl: Add support for the EVT_TREE_ITEM_GETTOOLTIP event. +Added Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to +wx.Image. + +Added wx.Rect.IsEmpty + +