From: Robin Dunn Date: Sat, 5 Mar 2005 00:18:49 +0000 (+0000) Subject: Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2314e5ec5c8d064c504c176cde4a189f54087a8d Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image Added wx.Rect.IsEmpty git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 386c230c5c..dc1e29fae3 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -265,6 +265,12 @@ 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 + +