]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated entries regarding wxPropertyGridManager
authorJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 30 Dec 2009 17:06:36 +0000 (17:06 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Wed, 30 Dec 2009 17:06:36 +0000 (17:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 5fb0fdac16d0bb0b8b67e1fdce8b012759a3ebc1..2087f4a4f22f928585f022fa78320c3cac825113 100644 (file)
@@ -476,9 +476,11 @@ All (GUI):
   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.
+- wxPropertyGridManager: 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.
+- Added wxPropertyGridManager::ShowHeader().
 - Added wxXmlResource::LoadObjectRecursively().
 - Added wxColour::Set/GetRGB() and Set/GetRGBA() methods (Marcel Haß).
 - wxRTC: added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler to use CSS