From 2314e5ec5c8d064c504c176cde4a189f54087a8d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 5 Mar 2005 00:18:49 +0000 Subject: [PATCH] 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 --- wxPython/docs/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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 + +