]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
unifying CFTypes
[wxWidgets.git] / docs / changes.txt
index a5756ae3f3ea9ce37da37e041792c2eaaa8b9784..83dc10cde4fcf4847a9c92854d313ec03141e4f4 100644 (file)
@@ -238,7 +238,8 @@ All (GUI):
   behaviour of GetNextSibling() consistent between wxMSW and generic versions.
 - Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr, and added a font table
   to wxRichTextBuffer to reduce wxFont consumption and increase performance.
-- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren() (Szczepan Holyszewski)
+- Optimize wxGenericTreeCtrl::Collapse/ExpandAllChildren(). (Szczepan Holyszewski)
+- Added <scrollrate> parameter to wxScrolledWindow XRC handler.
 
 wxGTK: