]> git.saurik.com Git - wxWidgets.git/commitdiff
Added note about removed member function wxPropertyGrid::CanClose()
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Feb 2010 14:37:56 +0000 (14:37 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 14 Feb 2010 14:37:56 +0000 (14:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/propgrid.h

index 51ff911337fbcb25162d681ceb662929a0153900..9a3bd652a5b20dd7f62f5f2459917ee6af5922ac 100644 (file)
@@ -967,6 +967,9 @@ without warnings or errors.
 
   - "InlineHelp" property has been replaced with "Hint".
 
+  - wxPropertyGrid::CanClose() has been removed. Call
+    wxPropertyGridInterface::EditorValidate() instead.
+
 @subsection propgrid_compat_propdev Property and Editor Sub-classing Changes
 
   - Confusing custom property macros have been eliminated.