]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Remove use of m_bestSize
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index d13758551e5f9c848c611bf9b1cbcc5991e0237c..af1127d3e86a68efd46e2df9f91f59e27cc1a190 100644 (file)
@@ -13,6 +13,12 @@ size is smaller than the item's GetBestSize.  When a window is added
 to a sizer it's initial size, if any, is set as the window's minimal
 size using SetSizeHints if there isn't already a minimal size.
 
+Added some convenience methods to wx.Bitmap: SetSize, GetSize, and
+wx.EmptyBitmap can be called with a wx.Size (or a 2-element sequence)
+object too.  Similar changes were done for wx.Image as well.
+
+
+
 
 2.5.1.5
 -------