]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
doc updates
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index af63fa484e4655babcf19e73cd03434ff4e2dd34..3602e2e735b8f65cdc5f7a6c0c4a0386be1f5180 100644 (file)
@@ -236,6 +236,16 @@ base implementation and wx.lib.pydocview for Python-specific
 extensions.  There are also a couple sample applications located in
 samples/docview. 
 
+Added GetBitmap, GetIcon to wx.ImageList.
+
+wxGTK wx.Button.SetLabel no longer invalidates/resets the font.
+
+wx.Sizer.AddWindow, AddSizer, AddSpacer and etc. have now been
+undeprecated at the request of Riaan Booysen, the Boa Constructor team
+lead.  Boa needs them to help keep track of what kind of item is being
+managed by the sizer.  They are now just simple compatibility aliases
+for Add, and etc.
+