From 28756ab9c52aba43c99409cea3a9faedb1bccf6a Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Thu, 18 Mar 2010 17:12:40 +0000 Subject: [PATCH] Clarify documentation for wxPropertyGridEvent::GetProperty() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propgrid/propgrid.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index c7bf80a996..2faa02dc4d 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -1130,6 +1130,11 @@ public: /** Returns property associated with this event. + + @remarks You should assume that this property can always be NULL. + For instance, wxEVT_PG_SELECTED is emitted not only when + a new property is selected, but also when selection is + cleared by user activity. */ wxPGProperty* GetProperty() const; -- 2.47.2