]> git.saurik.com Git - wxWidgets.git/commitdiff
Added change log entries for major new wxPropertyGrid features in wx2.9.1
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 3 Oct 2009 08:27:58 +0000 (08:27 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 3 Oct 2009 08:27:58 +0000 (08:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b61db35461624bf1e67be38c19d5c8ddf1be998c..892c52277894789a1ce0d211df7548c6d2158f9f 100644 (file)
@@ -429,6 +429,8 @@ All (GUI):
 - Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown).
 - Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup
   dismissed immediately as text control grabbed the focus).
+- wxPropertyGrid: added wxPG_EX_MULTIPLE_SELECTION.
+- wxPropertyGrid: added functions for editing property labels.
 - wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER
   and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders.
   Borders around property grid are now native for consistency.