From 27c14b30bcc96bc408a146e91e4befb08f6dd0ea Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 14 Feb 2010 14:37:56 +0000 Subject: [PATCH] Added note about removed member function wxPropertyGrid::CanClose() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/propgrid.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/doxygen/overviews/propgrid.h b/docs/doxygen/overviews/propgrid.h index 51ff911337..9a3bd652a5 100644 --- a/docs/doxygen/overviews/propgrid.h +++ b/docs/doxygen/overviews/propgrid.h @@ -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. -- 2.50.0