]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Added metal styles
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index aea8587cc20687b33093c400741b5d9bdf24818a..dc1e29fae3f72901fa87594bd44f3459d5249172 100644 (file)
@@ -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
+
+