]> git.saurik.com Git - wxWidgets.git/commitdiff
Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image
authorRobin Dunn <robin@alldunn.com>
Sat, 5 Mar 2005 00:18:49 +0000 (00:18 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 5 Mar 2005 00:18:49 +0000 (00:18 +0000)
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

index 386c230c5cf204c36c1bdd722ed715750b6d83ff..dc1e29fae3f72901fa87594bd44f3459d5249172 100644 (file)
@@ -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
+
+